Explorar o código

feat: disable viewMode on update and init message

Arnošt Pleskot %!s(int64=2) %!d(string=hai) anos
pai
achega
2ffeff442a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/excalidraw-app/collab/Collab.tsx

+ 1 - 0
src/excalidraw-app/collab/Collab.tsx

@@ -560,6 +560,7 @@ class Collab extends PureComponent<Props, CollabState> {
                 elements: reconciledElements,
                 scrollToContent: true,
               });
+              this.onPauseCollaborationChange(PauseCollaborationState.SYNC);
             }
             break;
           }