chore(svelte): cleanup
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user