Merge pull request #5617 from akre54/edgeid-override

Allow getEdgeId to be overridden
This commit is contained in:
Moritz Klack
2025-11-25 10:43:58 +01:00
committed by GitHub
2 changed files with 38 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
---
'@xyflow/system': patch
---
Allow custom `getEdgeId` function in `addEdge` and `reconnectEdge` options to enable custom edge ID schemes.