mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-19 07:20:21 +02:00
fix: Elbow arrow fixes
This commit is contained in:
@@ -145,6 +145,7 @@ export const bindOrUnbindBindingElement = (
|
||||
...opts,
|
||||
},
|
||||
);
|
||||
|
||||
bindOrUnbindBindingElementEdge(arrow, start, "start", scene);
|
||||
bindOrUnbindBindingElementEdge(arrow, end, "end", scene);
|
||||
if (!isElbowArrow(arrow) && (start.focusPoint || end.focusPoint)) {
|
||||
|
Reference in New Issue
Block a user