Browse Source

Update property

pull/2732/head
Artur Arseniev 6 years ago
parent
commit
4e14525bf8
  1. 2
      src/style_manager/model/Property.js

2
src/style_manager/model/Property.js

@ -75,7 +75,7 @@ const Property = Backbone.Model.extend(
const parsed = this.parseValue(value);
const avoidStore = !complete;
!avoidStore && this.set({ value: '' }, { avoidStore, silent: true });
this.set(parsed, { ...opts, avoidStore });
this.set(parsed, { avoidStore, ...opts });
},
/**

Loading…
Cancel
Save