mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-22 17:00:40 +02:00
fix: New arrow start orbit when nested binds on the end
This commit is contained in:
@@ -312,7 +312,7 @@ const bindingStrategyForNewSimpleArrowEndpointDragging = (
|
||||
start: isMultiPoint
|
||||
? { mode: undefined }
|
||||
: {
|
||||
mode: "inside",
|
||||
mode: otherElement.id !== hit.id ? "orbit" : "inside",
|
||||
element: otherElement,
|
||||
focusPoint: origin ?? pointFrom<GlobalPoint>(arrow.x, arrow.y),
|
||||
},
|
||||
|
Reference in New Issue
Block a user