mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-06 17:17:15 +02:00
feat: add optional spinner into toast message
This commit is contained in:
@@ -2377,6 +2377,7 @@ class App extends React.Component<AppProps, AppState> {
|
||||
toast: {
|
||||
message: string;
|
||||
closable?: boolean;
|
||||
spinner?: boolean;
|
||||
duration?: number;
|
||||
} | null,
|
||||
) => {
|
||||
|
Reference in New Issue
Block a user