Restore autofocus on emoji drop down (#1821)

zio/stable
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
1 changed files with 1 additions and 1 deletions

View File

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