fix missing initialization
This commit is contained in:
parent
141c079b51
commit
c6d3e34e25
|
@ -227,9 +227,11 @@ window.customElements.define('d4s-storage-folder', class extends D4SStorageHtmlE
|
||||||
|
|
||||||
#d4sstorageTree = null
|
#d4sstorageTree = null
|
||||||
#selectedbgcolor = 'lightgray'
|
#selectedbgcolor = 'lightgray'
|
||||||
|
#boot = null;
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
super()
|
super()
|
||||||
|
this.#boot = document.querySelector('d4s-boot-2')
|
||||||
}
|
}
|
||||||
|
|
||||||
connectedCallback() {
|
connectedCallback() {
|
||||||
|
|
Loading…
Reference in New Issue