Przeglądaj źródła

feat: disable viewMode on update and init message

Arnošt Pleskot 2 lat temu
rodzic
commit
2ffeff442a
1 zmienionych plików z 1 dodań i 0 usunięć
  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;
           }