Browse Source

Clear targets in SectorsView

pull/2474/head
Artur Arseniev 6 years ago
parent
commit
af5a6d1ba9
  1. 1
      src/style_manager/view/SectorsView.js

1
src/style_manager/view/SectorsView.js

@ -68,6 +68,7 @@ export default Backbone.View.extend({
const { componentFirst } = em.get('SelectorManager').getConfig();
const el = model.getEl();
pt.helper = null;
pt.targets = null;
// Create computed style container
if (el && isTaggableNode(el)) {

Loading…
Cancel
Save