Explorar el Código

feat: disable viewMode on update and init message

Arnošt Pleskot hace 2 años
padre
commit
2ffeff442a
Se han modificado 1 ficheros con 1 adiciones y 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;
           }