Emile Bangma
2024-09-25 5eec1e98e6f6b16d4a29cdbbc69c573fb06e538d
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) {