From ba4f6b382cd405066a81b5287c532d4a54fd82ba Mon Sep 17 00:00:00 2001 From: codytseng Date: Sun, 3 Aug 2025 01:18:57 +0800 Subject: [PATCH] feat: show search input in emoji picker --- src/components/EmojiPicker/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/EmojiPicker/index.tsx b/src/components/EmojiPicker/index.tsx index 609d9195..e0c83545 100644 --- a/src/components/EmojiPicker/index.tsx +++ b/src/components/EmojiPicker/index.tsx @@ -19,7 +19,6 @@ export default function EmojiPicker({ onEmojiClick }: { onEmojiClick: MouseDownE } width={isSmallScreen ? '100%' : 350} autoFocusSearch={false} - searchDisabled emojiStyle={EmojiStyle.NATIVE} skinTonePickerLocation={SkinTonePickerLocation.PREVIEW} style={