···6464 // scroll into place and add history
6565 if (!isBack) {
6666 if (url.hash) {
6767- const el = document.getElementById(url.hash.substring(1))
6767+ const el = document.getElementById(decodeURIComponent(url.hash.substring(1)))
6868 el?.scrollIntoView()
6969 } else {
7070 window.scrollTo({ top: 0 })