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
|
||||
? { mode: undefined }
|
||||
: {
|
||||
mode: "inside",
|
||||
mode: otherElement.id !== hit.id ? "orbit" : "inside",
|
||||
element: otherElement,
|
||||
focusPoint: origin ?? pointFrom<GlobalPoint>(arrow.x, arrow.y),
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user