mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-26 02:40:07 +02:00
fix: Ctrl+Alt precedence
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user