|  | @@ -80,6 +80,8 @@ export const restoreFromLocalStorage = () => {
 | 
											
												
													
														|  |        // If we're retrieving from local storage, we should not be collaborating
 |  |        // If we're retrieving from local storage, we should not be collaborating
 | 
											
												
													
														|  |        appState.isCollaborating = false;
 |  |        appState.isCollaborating = false;
 | 
											
												
													
														|  |        appState.collaborators = new Map();
 |  |        appState.collaborators = new Map();
 | 
											
												
													
														|  | 
 |  | +      delete appState.width;
 | 
											
												
													
														|  | 
 |  | +      delete appState.height;
 | 
											
												
													
														|  |      } catch {
 |  |      } catch {
 | 
											
												
													
														|  |        // Do nothing because appState is already null
 |  |        // Do nothing because appState is already null
 | 
											
												
													
														|  |      }
 |  |      }
 |