commit
						77cc377803
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -42,7 +42,8 @@ export default class ContentInputComponent {
 | 
			
		|||
      }
 | 
			
		||||
      return;
 | 
			
		||||
    }
 | 
			
		||||
    if (e.key === 'OS') {
 | 
			
		||||
    if (['Shift', 'Control', 'Alt', 'OS'].includes(e.key)) {
 | 
			
		||||
      // pressing only meta key is ignored
 | 
			
		||||
      return;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue