This commit is contained in:
Lilian 2023-02-28 10:46:58 +01:00 committed by Kilton937342
parent 00284a2298
commit 7de2f33b30
3 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@
afterNavigate(() => {
open = false;
});
$:
</script>
<nav data-sveltekit-preload-data="hover" class:open>

View File

@ -20,7 +20,7 @@
}
}
}
$:
</script>
<div class="tags" bind:this={tg} {id}>

View File

@ -408,7 +408,7 @@
});
});
$: onEvent($events[0]);
$:
let fade = false;
beforeNavigate((n) => {
@ -449,7 +449,7 @@
} else */
});
$:
onDestroy(() => {
ws.close(1000);