chore(svelte): cleanup

This commit is contained in:
moklick
2025-06-17 06:28:25 +02:00
parent 2441bf8d97
commit f98c1c8a59
2 changed files with 1 additions and 1 deletions
@@ -5,7 +5,6 @@
import { getContext } from 'svelte'; import { getContext } from 'svelte';
import { EdgeLabel } from '../EdgeLabel'; import { EdgeLabel } from '../EdgeLabel';
import type { EdgeReconnectAnchorProps } from './types'; import type { EdgeReconnectAnchorProps } from './types';
import drag from '$lib/actions/drag';
let { let {
type, type,
@@ -64,6 +64,7 @@
fitViewOptions, fitViewOptions,
nodeOrigin, nodeOrigin,
nodeDragThreshold, nodeDragThreshold,
connectionDragThreshold,
minZoom, minZoom,
maxZoom, maxZoom,
initialViewport, initialViewport,