mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Add loading state (#1027)
* add loading state * update snapshots * add border radius * fix comment breaking build jsx
This commit is contained in:
parent
d8708cb14f
commit
cac2dda5ac
9 changed files with 214 additions and 85 deletions
|
@ -10,6 +10,7 @@ export type FlooredNumber = number & { _brand: "FlooredNumber" };
|
|||
export type Point = Readonly<RoughPoint>;
|
||||
|
||||
export type AppState = {
|
||||
isLoading: boolean;
|
||||
draggingElement: ExcalidrawElement | null;
|
||||
resizingElement: ExcalidrawElement | null;
|
||||
multiElement: ExcalidrawLinearElement | null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue