From 44311643a9edc6acc2f500fdd27e505f02ae9374 Mon Sep 17 00:00:00 2001 From: Artur Arseniev Date: Fri, 28 Feb 2020 08:07:38 +0100 Subject: [PATCH] Avoid style property status in inner composite types --- src/style_manager/view/PropertyCompositeView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,