mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-09 02:27:52 +02:00
improve typing for handlerRectangles
This commit is contained in:
@@ -638,7 +638,7 @@ class App extends React.Component<{}, AppState> {
|
||||
1,
|
||||
100
|
||||
);
|
||||
let resizeHandle: string | false = false;
|
||||
let resizeHandle: ReturnType<typeof resizeTest> = false;
|
||||
let isDraggingElements = false;
|
||||
let isResizingElements = false;
|
||||
if (this.state.elementType === "selection") {
|
||||
|
Reference in New Issue
Block a user