Jacky Zhao
2024-01-29 2d727443b3cc716ea057a897f588e2c563102d5c
quartz/components/Explorer.tsx
@@ -69,9 +69,8 @@
    }
    // Get all folders of tree. Initialize with collapsed state
    const folders = fileTree.getFolderPaths(opts.folderDefaultState === "collapsed")
    // Stringify to pass json tree as data attribute ([data-tree])
    const folders = fileTree.getFolderPaths(opts.folderDefaultState === "collapsed")
    jsonTree = JSON.stringify(folders)
  }