Skip to content

Commit

Permalink
πŸ’„
Browse files Browse the repository at this point in the history
  • Loading branch information
ItalyPaleAle committed Aug 7, 2022
1 parent 4f78f92 commit 3f79d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Router.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ if (restoreScrollState) {
window.addEventListener('popstate', popStateChanged)
afterUpdate(() => {
restoreScroll(previousScrollState);
restoreScroll(previousScrollState)
})
}
Expand Down

0 comments on commit 3f79d26

Please sign in to comment.