feat(nodes): multi drag

This commit is contained in:
moklick
2020-11-05 14:32:10 +01:00
parent 7d4a6d7c36
commit 0774d35846
4 changed files with 22 additions and 25 deletions
-1
View File
@@ -308,7 +308,6 @@ export type NodePosUpdate = {
};
export type NodeDiffUpdate = {
id: ElementId;
diff?: XYPosition;
isDragging?: boolean;
};