Graph link work in progress

This commit is contained in:
barsdeveloper
2021-12-22 22:24:13 +01:00
parent 93acfb5d33
commit 352f235610
14 changed files with 399 additions and 159 deletions

View File

@@ -18,4 +18,7 @@ export default class GraphElement extends HTMLElement {
this.blueprint = this.closest("ueb-blueprint")
this.template.apply(this)
}
disconnectedCallback() {
}
}