mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-23 09:21:00 +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
|
start: isMultiPoint
|
||||||
? { mode: undefined }
|
? { mode: undefined }
|
||||||
: {
|
: {
|
||||||
mode: "inside",
|
mode: otherElement.id !== hit.id ? "orbit" : "inside",
|
||||||
element: otherElement,
|
element: otherElement,
|
||||||
focusPoint: origin ?? pointFrom<GlobalPoint>(arrow.x, arrow.y),
|
focusPoint: origin ?? pointFrom<GlobalPoint>(arrow.x, arrow.y),
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user