Skip to content

Commit

Permalink
Close emoji picker when picking emoji
Browse files Browse the repository at this point in the history
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
  • Loading branch information
automated-signal and indutny-signal committed Jun 30, 2022
1 parent 5e1007d commit b6a0daf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ts/components/CompositionArea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ export const CompositionArea = ({
<div className="CompositionArea__button-cell">
<EmojiButton
i18n={i18n}
closeOnPick
doSend={handleForceSend}
onPickEmoji={insertEmoji}
onClose={focusInput}
Expand Down

0 comments on commit b6a0daf

Please sign in to comment.