Browse Source

Enable clearProperties by default

pull/3901/head
Artur Arseniev 4 years ago
parent
commit
e77c7bc957
  1. 2
      src/style_manager/config/config.js

2
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']

Loading…
Cancel
Save