EmojiPicker: Enter adds emoji in keyboard mode, otherwise dismisses

This commit is contained in:
Scott Nonnenberg 2024-03-19 06:23:31 -07:00 committed by GitHub
parent 28eaf1689f
commit 9533796c81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 72 additions and 15 deletions

View file

@ -91,7 +91,7 @@ export type PropsType = {
| 'platform'
| 'sortedGroupMembers'
> &
EmojiPickerProps;
Omit<EmojiPickerProps, 'wasInvokedFromKeyboard'>;
const INITIAL_IMAGE_STATE: ImageStateType = {
angle: 0,