Browse Source

feat: disable viewMode on update and init message

Arnošt Pleskot 2 năm trước cách đây
mục cha
commit
2ffeff442a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;
           }