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
|
||||
#selectedbgcolor = 'lightgray'
|
||||
#boot = null;
|
||||
|
||||
constructor() {
|
||||
super()
|
||||
this.#boot = document.querySelector('d4s-boot-2')
|
||||
}
|
||||
|
||||
connectedCallback() {
|
||||
|
|
Loading…
Reference in New Issue