refactor(node-changes): add dragging flag closes #2171
This commit is contained in:
@@ -117,4 +117,5 @@ export type NodeDragItem = {
|
||||
height?: number | null;
|
||||
extent?: 'parent' | CoordinateExtent;
|
||||
parentNode?: string;
|
||||
dragging?: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user