Browse Source

Fix stack updateStatus

up-style-manager
Artur Arseniev 4 years ago
parent
commit
a528fa656a
  1. 2
      src/style_manager/view/PropertyStackView.js

2
src/style_manager/view/PropertyStackView.js

@ -23,7 +23,7 @@ export default PropertyCompositeView.extend({
init() {
const { model } = this;
this.listenTo(model.getLayers(), 'change', this.updateStatus);
this.listenTo(model.getLayers(), 'change reset', this.updateStatus);
},
addLayer() {

Loading…
Cancel
Save