Browse Source

Avoid style property status in inner composite types

pull/2620/head
Artur Arseniev 6 years ago
parent
commit
44311643a9
  1. 2
      src/style_manager/view/PropertyCompositeView.js

2
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,

Loading…
Cancel
Save