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

@ -193,6 +193,7 @@ export function CustomizingPreferredReactionsModal({
onClose={() => {
deselectDraftEmoji();
}}
wasInvokedFromKeyboard={false}
/>
</div>
)}