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:
Rik Smeets 2021-08-03 10:05:22 -05:00 committed by Evan Hahn
parent f33a0db32c
commit 26b7652492

View file

@ -160,6 +160,7 @@ export const EmojiPicker = React.memo(
event.stopPropagation();
} else if (
!searchMode &&
!event.ctrlKey &&
![
'ArrowUp',
'ArrowDown',