Extend sleep for going back a bit

This commit is contained in:
Jonathan Staab 2023-02-06 16:28:50 -06:00
parent e4902647ac
commit f44515d0df

View File

@ -53,7 +53,7 @@
const closeModal = async () => { const closeModal = async () => {
while ($modal) { while ($modal) {
history.back() history.back()
await sleep(1) await sleep(10)
} }
menuIsOpen.set(false) menuIsOpen.set(false)