quartz/components/scripts/explorer.inline.ts
@@ -113,10 +113,12 @@ ) as HTMLElement // Get corresponding content <ul> tag and set state if (folderLi) { const folderUL = folderLi.parentElement?.nextElementSibling if (folderUL) { setFolderState(folderUL as HTMLElement, folderUl.collapsed) } } }) } else { // If tree is not in localStorage or config is disabled, use tree passed from Explorer as dataset