fix: points not being normalized on single-elem resize (#5581)
This commit is contained in:
@ -198,6 +198,7 @@ const getAdjustedDimensions = (
|
||||
element,
|
||||
nextWidth,
|
||||
nextHeight,
|
||||
false,
|
||||
);
|
||||
const deltaX1 = (x1 - nextX1) / 2;
|
||||
const deltaY1 = (y1 - nextY1) / 2;
|
||||
|
Reference in New Issue
Block a user