Jacky Zhao
2025-03-14 da1b6b37fe2ee09359b532f0d2669975b4476c95
quartz/components/scripts/explorer.inline.ts
@@ -134,9 +134,9 @@
  }
  for (const child of node.children) {
    const childNode = child.data
      ? createFileNode(currentSlug, child)
      : createFolderNode(currentSlug, child, opts)
    const childNode = child.isFolder
      ? createFolderNode(currentSlug, child, opts)
      : createFileNode(currentSlug, child)
    ul.appendChild(childNode)
  }