diff --git a/src/App.svelte b/src/App.svelte index 93c59b71..a5fffa24 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -53,7 +53,7 @@ const closeModal = async () => { while ($modal) { history.back() - await sleep(1) + await sleep(10) } menuIsOpen.set(false)