fix: Other endpoint is not immediately updated on midpoint snap (#10933)

Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
This commit is contained in:
Márk Tolmács
2026-03-23 15:54:44 +01:00
committed by GitHub
parent a9ca16eb42
commit 75789f620d
3 changed files with 43 additions and 41 deletions
+2 -2
View File
@@ -2406,7 +2406,7 @@ const pointDraggingUpdates = (
? nextArrow.points[0]
: endBindable
? updateBoundPoint(
element,
nextArrow,
"endBinding",
nextArrow.endBinding,
endBindable,
@@ -2437,7 +2437,7 @@ const pointDraggingUpdates = (
? endLocalPoint
: startBindable
? updateBoundPoint(
element,
nextArrow,
"startBinding",
nextArrow.startBinding,
startBindable,