diff --git a/packages/element/src/arrows/focus.ts b/packages/element/src/arrows/focus.ts index 8a70d3dba1..a53c505aaf 100644 --- a/packages/element/src/arrows/focus.ts +++ b/packages/element/src/arrows/focus.ts @@ -171,7 +171,7 @@ const focusPointUpdate = ( // Same shape bound on both ends const boundToSameElementAfterUpdate = bindableElement && adjacentBinding.elementId === bindableElement.id; - if (switchToInsideBinding || boundToSameElementAfterUpdate) { + if (boundToSameElementAfterUpdate) { adjacentBinding = { ...adjacentBinding, mode: "inside",