Close emoji picker when picking emoji
This commit is contained in:
parent
1b6cd3d16b
commit
40cbf61226
1 changed files with 1 additions and 0 deletions
|
@ -359,6 +359,7 @@ export const CompositionArea = ({
|
|||
<div className="CompositionArea__button-cell">
|
||||
<EmojiButton
|
||||
i18n={i18n}
|
||||
closeOnPick
|
||||
doSend={handleForceSend}
|
||||
onPickEmoji={insertEmoji}
|
||||
onClose={focusInput}
|
||||
|
|
Loading…
Reference in a new issue