mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-08-06 05:46:26 +00:00
Change how images are bound to on new arrow creation
This commit is contained in:
@@ -425,8 +425,7 @@ const bindingStrategyForNewSimpleArrowEndpointDragging = (
|
||||
|
||||
// We are hovering another element with the end point
|
||||
if (hovered) {
|
||||
const isInsideBinding =
|
||||
globalBindMode === "inside" || isAlwaysInsideBinding(hovered);
|
||||
const isInsideBinding = globalBindMode === "inside";
|
||||
current = {
|
||||
mode: isInsideBinding ? "inside" : "orbit",
|
||||
element: hovered,
|
||||
|
||||
Reference in New Issue
Block a user