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