mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-27 10:44:43 +08:00
New keys for object, refactoring.
This commit is contained in:
@@ -13,7 +13,7 @@ export default class GraphElement extends HTMLElement {
|
||||
}
|
||||
|
||||
connectedCallback() {
|
||||
this.blueprint = this.closest('u-blueprint')
|
||||
this.blueprint = this.closest("u-blueprint")
|
||||
this.append(...this.template.getElements(this.entity))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user