fix
This commit is contained in:
@@ -226,8 +226,8 @@
|
||||
const finalState = { ...initialState };
|
||||
const angle = e.target.value;
|
||||
const { x, y } = calculateRotatedTopLeftDeg(
|
||||
obj.width,
|
||||
obj.height,
|
||||
obj.width * obj.scaleX,
|
||||
obj.height * obj.scaleY,
|
||||
obj.left,
|
||||
obj.top,
|
||||
obj.angle,
|
||||
|
||||
Reference in New Issue
Block a user