mirror of
https://github.com/coracle-social/flotilla.git
synced 2025-12-11 03:17:02 +00:00
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