Extend timeout for setChecked

This commit is contained in:
Jon Staab
2025-02-24 13:40:26 -08:00
parent 3ad7dcfeb4
commit 115b5f9fbe

View File

@@ -216,7 +216,7 @@
// Sveltekit calls onDestroy at the beginning of the page load for some reason // Sveltekit calls onDestroy at the beginning of the page load for some reason
setTimeout(() => { setTimeout(() => {
setChecked($page.url.pathname) setChecked($page.url.pathname)
}, 300) }, 800)
}) })
</script> </script>