From f91f02fce05e5c8173af3aed9352acaf3715af1b Mon Sep 17 00:00:00 2001 From: Artur Arseniev Date: Tue, 24 Dec 2019 17:57:18 +0100 Subject: [PATCH] Disable componentFirst option --- src/selector_manager/config/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };