Skip to content

Commit 97426d5

Browse files
committed
fix(core): add missing dragging prop to GraphNode type
Signed-off-by: braks <[email protected]>
1 parent 854db50 commit 97426d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/types/node.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ export interface GraphNode<Data = ElementData, CustomEvents extends Record<strin
8383
dimensions: Dimensions
8484
isParent: boolean
8585
selected: boolean
86+
dragging: boolean
8687
data: Data
8788
events: Partial<NodeEventsHandler<CustomEvents>>
8889
}

0 commit comments

Comments
 (0)