Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Restore autofocus on emoji drop down (#1821)

authored by

Elie Michel and committed by
GitHub
2a94e6a2 4a93a5b6

+1 -1
+1 -1
src/view/com/composer/text-input/web/EmojiPicker.web.tsx
··· 76 76 return (await import('./EmojiPickerData.json')).default 77 77 }} 78 78 onEmojiSelect={onInsert} 79 - autoFocus={false} 79 + autoFocus={true} 80 80 /> 81 81 </View> 82 82 </TouchableWithoutFeedback>