diff --git a/js/interface/actions.js b/js/interface/actions.js index 55fa4e66e..3cfb91674 100644 --- a/js/interface/actions.js +++ b/js/interface/actions.js @@ -820,6 +820,9 @@ class BarSelect extends Widget { this.nodes.forEach(node => { $(node).find('bb-select').text(name) }) + if (!this.nodes.includes(this.node)) { + $(this.node).find('bb-select').text(name) + } return this; } get() {