mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-10 02:49:57 +02:00
fix: do not fire pause logic on window focus/blur event
This commit is contained in:
@@ -334,6 +334,7 @@ class Collab extends PureComponent<Props, CollabState> {
|
||||
if (this.portal.socket) {
|
||||
this.reportActive();
|
||||
this.portal.socket.connect();
|
||||
this.portal.socketInitialized = true;
|
||||
this.setIsCollaborationPaused(false);
|
||||
|
||||
if (callback) {
|
||||
|
Reference in New Issue
Block a user