fix(node-update): force update when source or target pos changes

This commit is contained in:
moklick
2021-02-23 19:27:45 +01:00
parent 1da1d697b6
commit ebbc192b8d
4 changed files with 19 additions and 10 deletions
+1
View File
@@ -370,6 +370,7 @@ export type OnEdgeUpdateFunc<T = any> = (oldEdge: Edge<T>, newConnection: Connec
export type NodeDimensionUpdate = {
id: ElementId;
nodeElement: HTMLDivElement;
forceUpdate?: boolean;
};
export type InitD3ZoomPayload = {