mirror of
				https://github.com/vector-im/element-web.git
				synced 2025-11-01 00:31:20 +01:00 
			
		
		
		
	Remove will-navigate comment after Electron fix
Electron 8.0.2 and later (which we're now using) resolves this issue with `will-navigate`.
This commit is contained in:
		
							parent
							
								
									03f63397ff
								
							
						
					
					
						commit
						749d7e8e4c
					
				| @ -174,18 +174,6 @@ function onEditableContextMenu(ev, params) { | ||||
| 
 | ||||
| module.exports = (webContents) => { | ||||
|     webContents.on('new-window', onWindowOrNavigate); | ||||
|     // XXX: The below now does absolutely nothing because of
 | ||||
|     // https://github.com/electron/electron/issues/8841
 | ||||
|     // Whilst this isn't a security issue since without
 | ||||
|     // node integration and with the sandbox, it should be
 | ||||
|     // no worse than opening the site in Chrome, it obviously
 | ||||
|     // means the user has to restart Riot to make it usable
 | ||||
|     // again (often unintuitive because it minimises to the
 | ||||
|     // system tray). We therefore need to be vigilant about
 | ||||
|     // putting target="_blank" on links in Riot (although
 | ||||
|     // we should generally be doing this anyway since links
 | ||||
|     // navigating you away from Riot in the browser is
 | ||||
|     // also annoying).
 | ||||
|     webContents.on('will-navigate', onWindowOrNavigate); | ||||
| 
 | ||||
|     webContents.on('context-menu', function(ev, params) { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user