fix: jump to anchor on deployed site triggering spa refresh
This commit is contained in:
parent
425c9789a4
commit
173ec240d2
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ function createRouter() {
|
|||
window.addEventListener("click", async (event) => {
|
||||
const { url } = getOpts(event) ?? {}
|
||||
if (!url) return
|
||||
if (url.pathname === window.location.pathname) return
|
||||
event.preventDefault()
|
||||
try {
|
||||
navigate(url, false)
|
||||
|
|
Loading…
Reference in a new issue