Merge pull request #4877 from xyflow/fix/intersection-origin2

Fix intersection for various node origins
This commit is contained in:
Moritz Klack
2024-12-09 17:27:27 +01:00
committed by GitHub
3 changed files with 9 additions and 5 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@xyflow/react': patch
'@xyflow/svelte': patch
---
Fix intersections for nodes with origins other than [0,0]. Thanks [@gmvrpw](https://github.com/gmvrpw)!