mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-20 16:00:38 +02:00
feat: add optional spinner into toast message
This commit is contained in:
@@ -343,6 +343,7 @@ class Collab extends PureComponent<Props, CollabState> {
|
||||
this.excalidrawAPI.setToast({
|
||||
message: t("toast.reconnectRoomServer"),
|
||||
duration: Infinity,
|
||||
spinner: true,
|
||||
closable: false,
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user