mirror of
				https://github.com/zulip/zulip-desktop.git
				synced 2025-11-04 05:53:21 +00:00 
			
		
		
		
	:head_bandage: update electron-spellchecker
This commit is contained in:
		@@ -46,7 +46,7 @@ ipcRenderer.on('shortcut', () => {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
// To prevent failing this script on linux we need to load it after the document loaded
 | 
					// To prevent failing this script on linux we need to load it after the document loaded
 | 
				
			||||||
document.addEventListener('DOMContentLoaded', () => {
 | 
					document.addEventListener('DOMContentLoaded', () => {
 | 
				
			||||||
	require('./spellchecker')();
 | 
						require('./spellchecker');
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
require('./domain')();
 | 
					require('./domain');
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -37,7 +37,7 @@
 | 
				
			|||||||
    "electron-localshortcut": "^0.6.1",
 | 
					    "electron-localshortcut": "^0.6.1",
 | 
				
			||||||
    "node-json-db": "^0.7.2",
 | 
					    "node-json-db": "^0.7.2",
 | 
				
			||||||
    "request": "^2.74.0",
 | 
					    "request": "^2.74.0",
 | 
				
			||||||
    "electron-spellchecker": "^0.5.12",
 | 
					    "electron-spellchecker": "0.7.1",
 | 
				
			||||||
    "wurl": "^2.1.0"
 | 
					    "wurl": "^2.1.0"
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user