diff --git a/src/view/com/composer/text-input/web/EmojiPicker.web.tsx b/src/view/com/composer/text-input/web/EmojiPicker.web.tsx index a0d1f67d67..bfd3b9c6e9 100644 --- a/src/view/com/composer/text-input/web/EmojiPicker.web.tsx +++ b/src/view/com/composer/text-input/web/EmojiPicker.web.tsx @@ -58,21 +58,27 @@ export function EmojiPicker({close}: {close: () => void}) { // eslint-disable-next-line react-native-a11y/has-valid-accessibility-descriptors - - - + {/* eslint-disable-next-line react-native-a11y/has-valid-accessibility-descriptors */} + { + e.stopPropagation() // prevent event from bubbling up to the mask + }}> + + + + )