diff --git a/src/style_manager/model/Property.js b/src/style_manager/model/Property.js index e576c6e42..ccbd84fa2 100644 --- a/src/style_manager/model/Property.js +++ b/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 }); }, /**