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