refactor(nodes): always render nodes that are dragged closes #477
This commit is contained in:
+3
-1
@@ -174,6 +174,7 @@ export interface WrapNodeProps {
|
||||
isInitialized?: boolean;
|
||||
snapToGrid?: boolean;
|
||||
snapGrid?: [number, number];
|
||||
isDragging?: boolean;
|
||||
}
|
||||
|
||||
export type FitViewParams = {
|
||||
@@ -271,7 +272,8 @@ export type NodePosUpdate = {
|
||||
|
||||
export type NodeDiffUpdate = {
|
||||
id: ElementId;
|
||||
diff: XYPosition;
|
||||
diff?: XYPosition;
|
||||
isDragging?: boolean;
|
||||
};
|
||||
|
||||
export type FlowTransform = {
|
||||
|
||||
Reference in New Issue
Block a user