feat(nodes): multi drag
This commit is contained in:
@@ -308,7 +308,6 @@ export type NodePosUpdate = {
|
||||
};
|
||||
|
||||
export type NodeDiffUpdate = {
|
||||
id: ElementId;
|
||||
diff?: XYPosition;
|
||||
isDragging?: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user