lint
This commit is contained in:
@@ -46,7 +46,6 @@
|
|||||||
let store = useStore();
|
let store = useStore();
|
||||||
let ariaLabelConfig = $derived(store.ariaLabelConfig);
|
let ariaLabelConfig = $derived(store.ariaLabelConfig);
|
||||||
|
|
||||||
|
|
||||||
let prevConnections: Map<string, HandleConnection> | null = null;
|
let prevConnections: Map<string, HandleConnection> | null = null;
|
||||||
$effect.pre(() => {
|
$effect.pre(() => {
|
||||||
if (onconnect || ondisconnect) {
|
if (onconnect || ondisconnect) {
|
||||||
|
|||||||
Reference in New Issue
Block a user