refactor(store): connection data
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
{panOnScroll}
|
||||
{panOnDrag}
|
||||
>
|
||||
<Pane on:pane:click>
|
||||
<Pane on:pane:click {panOnDrag}>
|
||||
<ViewportComponent>
|
||||
<EdgeRenderer on:edge:click />
|
||||
<ConnectionLine />
|
||||
|
||||
@@ -11,17 +11,11 @@ import type {
|
||||
OnMove,
|
||||
OnMoveEnd,
|
||||
CoordinateExtent,
|
||||
PanOnScrollMode
|
||||
PanOnScrollMode,
|
||||
IsValidConnection
|
||||
} from '@reactflow/system';
|
||||
|
||||
import type {
|
||||
Edge,
|
||||
Node,
|
||||
NodeTypes,
|
||||
KeyDefinition,
|
||||
EdgeTypes,
|
||||
IsValidConnection
|
||||
} from '$lib/types';
|
||||
import type { Edge, Node, NodeTypes, KeyDefinition, EdgeTypes } from '$lib/types';
|
||||
|
||||
export type SvelteFlowProps = DOMAttributes<HTMLDivElement> & {
|
||||
id?: string;
|
||||
|
||||
Reference in New Issue
Block a user