fix lost handle bounds
This commit is contained in:
@@ -25,8 +25,6 @@
|
||||
onnodecontextmenu
|
||||
}: NodeWrapperProps & NodeEvents = $props();
|
||||
|
||||
// $inspect(node);
|
||||
|
||||
let {
|
||||
data = {},
|
||||
selected = false,
|
||||
|
||||
@@ -51,7 +51,7 @@ export type {
|
||||
EdgeTypes,
|
||||
DefaultEdgeOptions
|
||||
} from '$lib/types/edges';
|
||||
export type { HandleProps, FitViewOptions } from '$lib/types/general';
|
||||
export type { HandleProps, FitViewOptions, OnBeforeDelete } from '$lib/types/general';
|
||||
export type { Node, NodeTypes, BuiltInNode, NodeProps, InternalNode } from '$lib/types/nodes';
|
||||
export type { SvelteFlowStore } from '$lib/store/types';
|
||||
export * from '$lib/types/events';
|
||||
|
||||
Reference in New Issue
Block a user