Revert "feat: auto focus emoji-picker search when opened (#894)"

This reverts commit 573457403ec4c72f403917ee6f631a0a633e9e54.
This commit is contained in:
Philip Okugbe 2025-03-17 11:17:04 +00:00 committed by GitHub
parent f45bdddb23
commit 127744e4b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,7 +72,6 @@ function EmojiPicker({
<Suspense fallback={null}>
<Picker
data={async () => (await import("@emoji-mart/data")).default}
autoFocus={true}
onEmojiSelect={handleEmojiSelect}
perLine={8}
skinTonePosition="search"