Restore autofocus on emoji drop down (#1821)
This commit is contained in:
parent
4a93a5b6ad
commit
2a94e6a2ef
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ export function EmojiPicker({close}: {close: () => void}) {
|
|||
return (await import('./EmojiPickerData.json')).default
|
||||
}}
|
||||
onEmojiSelect={onInsert}
|
||||
autoFocus={false}
|
||||
autoFocus={true}
|
||||
/>
|
||||
</View>
|
||||
</TouchableWithoutFeedback>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue