Restore autofocus on emoji drop down (#1821)

This commit is contained in:
Elie Michel 2023-12-20 19:33:00 +01:00 committed by GitHub
parent 4a93a5b6ad
commit 2a94e6a2ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,7 +76,7 @@ export function EmojiPicker({close}: {close: () => void}) {
return (await import('./EmojiPickerData.json')).default
}}
onEmojiSelect={onInsert}
autoFocus={false}
autoFocus={true}
/>
</View>
</TouchableWithoutFeedback>