Links improved, refactoring

This commit is contained in:
barsdeveloper
2022-02-27 11:54:40 +01:00
parent d2f7de4f88
commit 96f0d593e7
23 changed files with 554 additions and 299 deletions

View File

@@ -4,6 +4,8 @@ import SelectorTemplate from "../template/SelectorTemplate"
export default class GraphSelector extends GraphElement {
static tagName = "ueb-selector"
constructor() {
super({}, new SelectorTemplate())
this.selectionModel = null
@@ -35,4 +37,4 @@ export default class GraphSelector extends GraphElement {
}
}
customElements.define("ueb-selector", GraphSelector)
customElements.define(GraphSelector.tagName, GraphSelector)