Restore autofocus on emoji drop down (#1821)
parent
4a93a5b6ad
commit
2a94e6a2ef
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue