Emile Bangma
2024-12-17 ff9e60a7fce0f642dfb8a1ee0042f0d3da848411
quartz/components/scripts/explorer.inline.ts
@@ -25,7 +25,6 @@
  if (!content) return
  content.classList.toggle("collapsed")
  content.style.maxHeight = content.style.maxHeight === "0px" ? content.scrollHeight + "px" : "0px"
}
function toggleFolder(evt: MouseEvent) {