Skip to content

Commit

Permalink
fix(node-type): add optional dragging key
Browse files Browse the repository at this point in the history
  • Loading branch information
moklick committed May 28, 2022
1 parent 1a2af70 commit 96f4dcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/nodes.ts
Expand Up @@ -15,6 +15,7 @@ export interface Node<T = any> {
sourcePosition?: Position;
hidden?: boolean;
selected?: boolean;
dragging?: boolean;
draggable?: boolean;
selectable?: boolean;
connectable?: boolean;
Expand Down

0 comments on commit 96f4dcb

Please sign in to comment.