diff --git a/src/style_manager/config/config.js b/src/style_manager/config/config.js index 779449e99..25dae7d8e 100644 --- a/src/style_manager/config/config.js +++ b/src/style_manager/config/config.js @@ -22,7 +22,7 @@ export default { showComputed: true, // Adds the possibility to clear property value from the target style - clearProperties: 0, + clearProperties: true, // Properties not to take in account for computed styles avoidComputed: ['width', 'height']