Andrew G. Dunn
2026-03-02 9576701d8532b9697df62c96d7c8676afd985b2d
quartz/components/scripts/explorer.inline.ts
@@ -111,6 +111,10 @@
  const folderPath = node.slug
  folderContainer.dataset.folderpath = folderPath
  if (currentSlug === folderPath) {
    folderContainer.classList.add("active")
  }
  if (opts.folderClickBehavior === "link") {
    // Replace button with link for link behavior
    const button = titleContainer.querySelector(".folder-button") as HTMLElement