EmojiPicker: Enter adds emoji in keyboard mode, otherwise dismisses
This commit is contained in:
parent
28eaf1689f
commit
9533796c81
9 changed files with 72 additions and 15 deletions
|
@ -91,7 +91,7 @@ export type PropsType = {
|
|||
| 'platform'
|
||||
| 'sortedGroupMembers'
|
||||
> &
|
||||
EmojiPickerProps;
|
||||
Omit<EmojiPickerProps, 'wasInvokedFromKeyboard'>;
|
||||
|
||||
const INITIAL_IMAGE_STATE: ImageStateType = {
|
||||
angle: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue