mirror of
				https://github.com/zulip/zulip-desktop.git
				synced 2025-10-31 12:03:39 +00:00 
			
		
		
		
	xo: Unabbreviate variable names.
To satisfy unicorn/prevent-abbreviations in xo 0.28. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
		| @@ -741,8 +741,8 @@ class ServerManagerView { | ||||
| 	} | ||||
|  | ||||
| 	addContextMenu($serverImg: HTMLImageElement, index: number): void { | ||||
| 		$serverImg.addEventListener('contextmenu', e => { | ||||
| 			e.preventDefault(); | ||||
| 		$serverImg.addEventListener('contextmenu', event => { | ||||
| 			event.preventDefault(); | ||||
| 			const template = [ | ||||
| 				{ | ||||
| 					label: 'Disconnect organization', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user