fix linting
This commit is contained in:
@@ -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')
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user