mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: add optional spinner into toast message
This commit is contained in:
parent
e1ff9791f2
commit
ef190ebf30
4 changed files with 29 additions and 1 deletions
|
@ -343,6 +343,7 @@ class Collab extends PureComponent<Props, CollabState> {
|
|||
this.excalidrawAPI.setToast({
|
||||
message: t("toast.reconnectRoomServer"),
|
||||
duration: Infinity,
|
||||
spinner: true,
|
||||
closable: false,
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue