mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-18 20:34:54 +08:00
Moving fonts to dist, grabbing cursor on scrolling
This commit is contained in:
@@ -14,6 +14,10 @@ export default class GraphElement extends HTMLElement {
|
||||
this.template = template
|
||||
}
|
||||
|
||||
getTemplate() {
|
||||
return this.template
|
||||
}
|
||||
|
||||
connectedCallback() {
|
||||
this.blueprint = this.closest("ueb-blueprint")
|
||||
this.template.apply(this)
|
||||
|
||||
Reference in New Issue
Block a user