mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
improve typing for handlerRectangles
This commit is contained in:
parent
e7bf034fef
commit
009412a093
3 changed files with 10 additions and 6 deletions
|
@ -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") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue