Don't close emoji picker when Ctrl key is pressed
See [#5431][0]. [0]: https://github.com/signalapp/Signal-Desktop/pull/5431
This commit is contained in:
parent
f33a0db32c
commit
26b7652492
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@ export const EmojiPicker = React.memo(
|
|||
event.stopPropagation();
|
||||
} else if (
|
||||
!searchMode &&
|
||||
!event.ctrlKey &&
|
||||
![
|
||||
'ArrowUp',
|
||||
'ArrowDown',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue