Browse Source

Update selectors render function

pull/3905/head
Artur Arseniev 5 years ago
parent
commit
fd21790048
  1. 3
      src/selector_manager/index.js

3
src/selector_manager/index.js

@ -329,8 +329,9 @@ export default () => {
render(selectors) {
const { em, selectorTags } = this;
const config = this.getConfig();
selectorTags && selectorTags.remove();
const el = selectorTags && selectorTags.el;
this.selectorTags = new ClassTagsView({
el,
collection: new Selectors(selectors || [], { em, config }),
config
});

Loading…
Cancel
Save