From 573457403ec4c72f403917ee6f631a0a633e9e54 Mon Sep 17 00:00:00 2001 From: GlitchDev <102527428+GlitchDevX@users.noreply.github.com> Date: Sat, 15 Mar 2025 19:25:01 +0100 Subject: [PATCH] feat: auto focus emoji-picker search when opened (#894) Co-authored-by: JonasRingeis --- apps/client/src/components/ui/emoji-picker.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/client/src/components/ui/emoji-picker.tsx b/apps/client/src/components/ui/emoji-picker.tsx index aff2e7f7..0d327c4a 100644 --- a/apps/client/src/components/ui/emoji-picker.tsx +++ b/apps/client/src/components/ui/emoji-picker.tsx @@ -72,6 +72,7 @@ function EmojiPicker({ (await import("@emoji-mart/data")).default} + autoFocus={true} onEmojiSelect={handleEmojiSelect} perLine={8} skinTonePosition="search"