mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-17 11:14:23 +01:00
Merge remote-tracking branch 'origin/master' into fix_multiplayer_concurrency
This commit is contained in:
@@ -36,7 +36,7 @@ export function restoreFromLocalStorage() {
|
||||
appState = JSON.parse(savedState) as AppState;
|
||||
// If we're retrieving from local storage, we should not be collaborating
|
||||
appState.isCollaborating = false;
|
||||
appState.collaboratorCount = 0;
|
||||
appState.collaborators = new Map();
|
||||
} catch {
|
||||
// Do nothing because appState is already null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user