diff --git a/ts/components/fun/panels/FunPanelEmojis.dom.tsx b/ts/components/fun/panels/FunPanelEmojis.dom.tsx index ce8c324b21..0c63f0845f 100644 --- a/ts/components/fun/panels/FunPanelEmojis.dom.tsx +++ b/ts/components/fun/panels/FunPanelEmojis.dom.tsx @@ -663,9 +663,7 @@ const Cell = memo(function Cell(props: CellProps): JSX.Element { const emojiSelection: FunEmojiSelection = { variantKey: emojiVariant.key, }; - const shouldClose = - event.nativeEvent.pointerType !== 'mouse' && - !(event.ctrlKey || event.metaKey); + const shouldClose = false; onSelectEmoji(emojiSelection, shouldClose); }, [