Merge branch 'xyflow' into get-connected-edges

This commit is contained in:
moklick
2023-10-05 20:22:41 +02:00
17 changed files with 496 additions and 46 deletions
+2
View File
@@ -172,6 +172,8 @@ export default function useReactFlow<NodeData = any, EdgeData = any>(): ReactFlo
}
}
}
return { deletedNodes: matchingNodes, deletedEdges: matchingEdges };
}, []);
const getNodeRect = useCallback(