mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-13 20:39:54 +02:00
chore: Minor refactoring for consistency (#2425)
This commit is contained in:
@@ -91,8 +91,8 @@ export const dragNewElement = (
|
||||
mutateElement(draggingElement, {
|
||||
x: newX,
|
||||
y: newY,
|
||||
width: width,
|
||||
height: height,
|
||||
width,
|
||||
height,
|
||||
});
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user