Browse Source

Disable componentFirst option

pull/2474/head
Artur Arseniev 6 years ago
parent
commit
f91f02fce0
  1. 2
      src/selector_manager/config/config.js

2
src/selector_manager/config/config.js

@ -98,5 +98,5 @@ export default {
// With this option enabled, also in the second case, the Component will be passed.
// This method allows to avoid styling classes directly and make, for example, some
// unintended changes below the visible canvas area (when components share same classes)
componentFirst: 1
componentFirst: 0
};

Loading…
Cancel
Save