Jacky Zhao
2023-11-16 f861a7c160a0b3be76a16c5bf2ea1a8d076a9662
fix: regression where clicking anchors on the same page wouldn't set the anchor in the url
1 files modified
1 ■■■■ changed files
quartz/components/scripts/spa.inline.ts 1 ●●●● patch | view | raw | blame | history
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
      }