Zijing Zhang
2023-11-16 50f0ba29a247c81b5f29d290e54f7e1aabb18ab3
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
      }