Jacky Zhao
2023-11-16 95b1141b9df7b8de3fdb893454326daf752d7f66
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
      }