fix linting

This commit is contained in:
peterkogo
2025-04-17 10:34:47 +02:00
parent 3d18393615
commit 1083170b1d
6 changed files with 5 additions and 8 deletions
@@ -10,7 +10,6 @@
type XYResizerChildChange
} from '@xyflow/system';
import type { ResizeControlProps } from './types';
import { useSvelteFlow } from '$lib/hooks/useSvelteFlow.svelte';
import type { Node } from '$lib/types';
let {
@@ -34,8 +33,6 @@
const store = useStore();
const { updateNode } = useSvelteFlow();
let id = $derived(
typeof nodeId === 'string' ? nodeId : getContext<string>('svelteflow__node_id')
);