diff --git a/src/style_manager/view/SectorsView.js b/src/style_manager/view/SectorsView.js index 754dcdd2a..89f03ade5 100644 --- a/src/style_manager/view/SectorsView.js +++ b/src/style_manager/view/SectorsView.js @@ -105,11 +105,11 @@ module.exports = Backbone.View.extend({ // selecting the component) and calling undo() it will remove the rule from // the collection, therefore updating it in style manager will not affect it // #268 - um.stopTracking(); + um.stop(); iContainer = cc.add(valid, state, media); iContainer.setStyle(model.getStyle()); model.setStyle({}); - um.startTracking(); + um.start(); } if (!iContainer) {