diff --git a/src/style_manager/view/PropertyCompositeView.js b/src/style_manager/view/PropertyCompositeView.js index da7f60e52..d319e1eb9 100644 --- a/src/style_manager/view/PropertyCompositeView.js +++ b/src/style_manager/view/PropertyCompositeView.js @@ -75,7 +75,7 @@ export default PropertyView.extend({ const model = this.model; var result = { - config: this.config, + config: { ...this.config, highlightComputed: 0 }, collection: this.props, target: this.target, propTarget: this.propTarget,