Jacky Zhao
2025-03-31 f70e562432ca251d4c4373dfa0b02dcde11297bc
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)
  }