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 () => {
while ($modal) {
history.back()
await sleep(1)
await sleep(10)
}
menuIsOpen.set(false)