Matt Vogel
2023-11-17 727b9b5d72464d26427a8bdf3ab06e522e67b21c
quartz/components/scripts/spa.inline.ts
@@ -109,6 +109,7 @@
      if (isSamePage(url) && url.hash) {
        const el = document.getElementById(decodeURIComponent(url.hash.substring(1)))
        el?.scrollIntoView()
        history.pushState({}, "", url)
        return
      }