Browse Source

Hide some elements when the component is selected

pull/2524/head
Artur Arseniev 6 years ago
parent
commit
f38d1497c5
  1. 2
      src/commands/view/SelectComponent.js

2
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);

Loading…
Cancel
Save