mirror of
https://github.com/excalidraw/excalidraw.git
synced 2024-04-21 12:42:26 +00:00
lint
This commit is contained in:
@@ -177,7 +177,6 @@ export const getTransformHandleTypeFromCoords = (
|
||||
];
|
||||
|
||||
const SPACING = SIDE_RESIZING_SPACING / zoom.value;
|
||||
const PADDING = DEFAULT_TRANSFORM_HANDLE_SPACING / zoom.value;
|
||||
|
||||
if (
|
||||
(width < SPACING * 2 || height < SPACING * 2) &&
|
||||
|
||||
Reference in New Issue
Block a user