mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-16 05:50:03 +02:00
New element behavior
This commit is contained in:
@@ -1940,7 +1940,7 @@ const normalizeSelectedPoints = (
|
||||
return nextPoints.length ? nextPoints : null;
|
||||
};
|
||||
|
||||
export const pointDraggingUpdates = (
|
||||
const pointDraggingUpdates = (
|
||||
selectedPointsIndices: readonly number[],
|
||||
deltaX: number,
|
||||
deltaY: number,
|
||||
@@ -1991,6 +1991,9 @@ export const pointDraggingUpdates = (
|
||||
elementsMap,
|
||||
elements,
|
||||
app.state,
|
||||
{
|
||||
newArrow: !!app.state.newElement,
|
||||
},
|
||||
);
|
||||
|
||||
const originalStartGlobalPoint =
|
||||
|
Reference in New Issue
Block a user