This commit is contained in:
peterkogo
2025-06-11 13:22:28 +02:00
parent 75ed6decfb
commit 1fdcc12072

View File

@@ -46,7 +46,6 @@
let store = useStore();
let ariaLabelConfig = $derived(store.ariaLabelConfig);
let prevConnections: Map<string, HandleConnection> | null = null;
$effect.pre(() => {
if (onconnect || ondisconnect) {