Fix client lint
This commit is contained in:
		
							parent
							
								
									49c4d345f2
								
							
						
					
					
						commit
						033462653c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -126,7 +126,7 @@ function onDrop(ev: DragEvent): void {
 | 
				
			||||||
function onKeydown(ev: KeyboardEvent) {
 | 
					function onKeydown(ev: KeyboardEvent) {
 | 
				
			||||||
	typing();
 | 
						typing();
 | 
				
			||||||
	if ((ev.key === 'Enter') && (ev.ctrlKey || ev.metaKey)) {
 | 
						if ((ev.key === 'Enter') && (ev.ctrlKey || ev.metaKey)) {
 | 
				
			||||||
		textEl.value += '\n'
 | 
							textEl.value += '\n';
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	else if (ev.key === 'Enter' && !ev.shiftKey && canSend) {
 | 
						else if (ev.key === 'Enter' && !ev.shiftKey && canSend) {
 | 
				
			||||||
		send();
 | 
							send();
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue