We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb566c4 commit f00fab2Copy full SHA for f00fab2
ts/components/fun/panels/FunPanelEmojis.dom.tsx
@@ -663,9 +663,7 @@ const Cell = memo(function Cell(props: CellProps): JSX.Element {
663
const emojiSelection: FunEmojiSelection = {
664
variantKey: emojiVariant.key,
665
};
666
- const shouldClose =
667
- event.nativeEvent.pointerType !== 'mouse' &&
668
- !(event.ctrlKey || event.metaKey);
+ const shouldClose = false;
669
onSelectEmoji(emojiSelection, shouldClose);
670
},
671
[
0 commit comments