[Glitch] Fix modifier key to keep the EmojiPicker on macOS
Port 434a6d0b15 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
			
			
This commit is contained in:
		
				
					committed by
					
						
						Thibaut Girka
					
				
			
			
				
	
			
			
			
						parent
						
							51922d7ffa
						
					
				
				
					commit
					83bc9f68af
				
			@@ -283,7 +283,7 @@ class EmojiPickerMenu extends React.PureComponent {
 | 
			
		||||
    if (!emoji.native) {
 | 
			
		||||
      emoji.native = emoji.colons;
 | 
			
		||||
    }
 | 
			
		||||
    if (!event.ctrlKey) {
 | 
			
		||||
    if (!(event.ctrlKey || event.metaKey)) {
 | 
			
		||||
      this.props.onClose();
 | 
			
		||||
    }
 | 
			
		||||
    this.props.onPick(emoji);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user