From 3f79d26edd6368c0f150ecb8f5b118fc55dbccf5 Mon Sep 17 00:00:00 2001 From: "Alessandro Segala (ItalyPaleAle)" <43508+ItalyPaleAle@users.noreply.github.com> Date: Sun, 7 Aug 2022 09:28:27 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Router.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Router.svelte b/Router.svelte index d2c908b..0260cb1 100644 --- a/Router.svelte +++ b/Router.svelte @@ -486,7 +486,7 @@ if (restoreScrollState) { window.addEventListener('popstate', popStateChanged) afterUpdate(() => { - restoreScroll(previousScrollState); + restoreScroll(previousScrollState) }) }