fix(nodes): always drag draggable node even if not selected

This commit is contained in:
moklick
2020-11-05 14:36:26 +01:00
parent 0774d35846
commit 7e55f8c07f
3 changed files with 5 additions and 2 deletions
+1
View File
@@ -308,6 +308,7 @@ export type NodePosUpdate = {
};
export type NodeDiffUpdate = {
id?: ElementId;
diff?: XYPosition;
isDragging?: boolean;
};