Ben Schlegel
2023-09-16 3d8c470c0d298f720614318fb4c14575e72bbd2e
quartz/components/Explorer.tsx
@@ -40,6 +40,11 @@
      fileTree.filter(opts.filterFn)
    }
    // If provided, apply map function to fileTree
    if (opts.mapFn) {
      fileTree.map(opts.mapFn)
    }
    // Get all folders of tree. Initialize with collapsed state
    const folders = fileTree.getFolderPaths(opts.folderDefaultState === "collapsed")