fix(nodes): always drag draggable node even if not selected
This commit is contained in:
@@ -308,6 +308,7 @@ export type NodePosUpdate = {
|
||||
};
|
||||
|
||||
export type NodeDiffUpdate = {
|
||||
id?: ElementId;
|
||||
diff?: XYPosition;
|
||||
isDragging?: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user