diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/script/transition.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/script/transition.ts b/web/script/transition.ts index 42dda80..4cbab41 100644 --- a/web/script/transition.ts +++ b/web/script/transition.ts @@ -31,6 +31,7 @@ function patch_page() { } async function transition_to(href: string, back?: boolean) { + stop() // nice! if (disable_transition) return window.location.href = href const trigger_load = prepare_load(href, back) await fade(false) |