diff --git a/src/selector_manager/config/config.js b/src/selector_manager/config/config.js index fe896ef3e..75e0f99c7 100644 --- a/src/selector_manager/config/config.js +++ b/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 };