diff --git a/src/commands/view/SelectComponent.js b/src/commands/view/SelectComponent.js index 91508fbeb..d6582c760 100644 --- a/src/commands/view/SelectComponent.js +++ b/src/commands/view/SelectComponent.js @@ -138,6 +138,8 @@ export default { this.elSelected = result; this.updateToolsGlobal(); + // This will hide some elements from the select component + this.updateToolsLocal(result); // if (el) { // this.showFixedElementOffset(el);