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) }