feat: disable viewMode on update and init message

This commit is contained in:
Arnošt Pleskot 2023-06-04 12:10:41 +02:00
parent ef190ebf30
commit 2ffeff442a
No known key found for this signature in database

View File

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