fix: Angle-locked line history (#10677)

* fix: Line history

Signed-off-by: Mark Tolmacs <mark@lazycat.hu>

* fix: More conservative condition

Signed-off-by: Mark Tolmacs <mark@lazycat.hu>

---------

Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
This commit is contained in:
Márk Tolmács
2026-01-20 12:11:58 +01:00
committed by GitHub
parent 1f47d61e8c
commit 0988ecfef4
+1 -1
View File
@@ -10052,7 +10052,7 @@ class App extends React.Component<AppProps, AppState> {
}); });
} }
} else if (pointerDownState.drag.hasOccurred && !multiElement) { } else if (pointerDownState.drag.hasOccurred && !multiElement) {
if (isBindingElement(newElement, false)) { if (isLinearElement(newElement)) {
this.actionManager.executeAction(actionFinalize, "ui", { this.actionManager.executeAction(actionFinalize, "ui", {
event: childEvent, event: childEvent,
sceneCoords, sceneCoords,