fix: Elbow end point disconnect (#10646)

Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
This commit is contained in:
Márk Tolmács
2026-01-15 15:27:00 +01:00
committed by GitHub
parent 3b97f5a10c
commit 6ebf52279d
@@ -82,7 +82,10 @@ export const actionFinalize = register<FormData>({
app.scene, app.scene,
); );
if (isBindingElement(element)) { if (
isBindingElement(element) &&
!appState.selectedLinearElement.segmentMidPointHoveredCoords
) {
const newArrow = !!appState.newElement; const newArrow = !!appState.newElement;
const selectedPointsIndices = const selectedPointsIndices =