mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: disable viewMode on update and init message
This commit is contained in:
parent
ef190ebf30
commit
2ffeff442a
1 changed files with 1 additions and 0 deletions
|
@ -560,6 +560,7 @@ class Collab extends PureComponent<Props, CollabState> {
|
||||||
elements: reconciledElements,
|
elements: reconciledElements,
|
||||||
scrollToContent: true,
|
scrollToContent: true,
|
||||||
});
|
});
|
||||||
|
this.onPauseCollaborationChange(PauseCollaborationState.SYNC);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue