チャットでCmd+Enterできないのを修正 (#6614)
This commit is contained in:
		
							parent
							
								
									e93c06cd00
								
							
						
					
					
						commit
						fb7c4ee21a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -151,7 +151,7 @@ export default Vue.extend({ | |||
| 		}, | ||||
| 
 | ||||
| 		onKeypress(e) { | ||||
| 			if ((e.which == 10 || e.which == 13) && e.ctrlKey && this.canSend) { | ||||
| 			if ((e.which == 10 || e.which == 13) && (e.ctrlKey || e.metaKey) && this.canSend) { | ||||
| 				this.send(); | ||||
| 			} | ||||
| 		}, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue