fix(subflow-node-origin): use helper function in minimap, calculate extent corrrectly when using nodeOrigin and subflows

This commit is contained in:
Christopher Möller
2022-11-24 22:36:00 +01:00
parent 3685420ebf
commit d00c8536db
6 changed files with 47 additions and 35 deletions
+1
View File
@@ -19,6 +19,7 @@ export {
updateEdge,
getTransformForBounds,
getRectOfNodes,
getNodePositionWithOrigin,
} from './utils/graph';
export { applyNodeChanges, applyEdgeChanges } from './utils/changes';
export { getMarkerEnd } from './components/Edges/utils';