fix: Ctrl+Alt precedence

This commit is contained in:
Mark Tolmacs
2025-09-02 16:49:44 +02:00
parent 62d7740c94
commit 67fff43b92
2 changed files with 9 additions and 33 deletions

View File

@@ -457,17 +457,7 @@ export class LinearElementEditor {
deltaX = target[0] - draggingPoint[0];
deltaY = target[1] - draggingPoint[1];
} else if (
// shouldAllowDraggingPoint(
// element,
// scenePointerX,
// scenePointerY,
// selectedPointsIndices,
// elementsMap,
// app,
// )
true
) {
} else {
const newDraggingPointPosition = LinearElementEditor.createPointAt(
element,
elementsMap,