fix: New arrow start orbit when nested binds on the end
This commit is contained in:
parent
5a350a17c0
commit
e67338bff0
@ -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),
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user