Extend timeout for setChecked
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user