fix missing initialization

This commit is contained in:
dcore94 2022-04-12 19:16:15 +02:00
parent 141c079b51
commit c6d3e34e25
1 changed files with 113 additions and 111 deletions

View File

@ -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() {