refactor(node-changes): add dragging flag closes #2171
This commit is contained in:
@@ -13,6 +13,7 @@ export type NodePositionChange = {
|
||||
id: string;
|
||||
type: 'position';
|
||||
position?: XYPosition;
|
||||
dragging?: boolean;
|
||||
};
|
||||
|
||||
export type NodeSelectionChange = {
|
||||
|
||||
Reference in New Issue
Block a user