@ -76,6 +76,7 @@ const storableDeps: (new (em: EditorModel) => IModule & IStorableModule)[] = [
CssComposer,
PageManager,
ComponentManager,
SelectorManager,
];
Extender({ $ });
@ -510,6 +510,10 @@ export default class SelectorManager extends ItemManagerModule<SelectorManagerCo
this.selectorTags = undefined;
}
// Need for the IStorableModule to run the clenup
load() {}
store() {}
/**
* Get common selectors from the current selection.
* @return {Array<Selector>}