fix lost handle bounds

This commit is contained in:
peterkogo
2025-01-15 13:19:53 +01:00
parent ce6fcc7a82
commit a989fa9a8b
3 changed files with 50 additions and 48 deletions
@@ -25,8 +25,6 @@
onnodecontextmenu
}: NodeWrapperProps & NodeEvents = $props();
// $inspect(node);
let {
data = {},
selected = false,
+1 -1
View File
@@ -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';