Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

fix autocomplete (#7930)

authored by

Samuel Newman and committed by
GitHub
f06a7801 27ae8296

+2 -2
+1 -1
src/view/com/composer/text-input/TextInput.tsx
··· 253 253 style={[ 254 254 inputTextStyle, 255 255 a.w_full, 256 - a.h_full, 256 + !autocompletePrefix && a.h_full, 257 257 { 258 258 textAlignVertical: 'top', 259 259 minHeight: 60,
+1 -1
src/view/com/composer/text-input/mobile/Autocomplete.tsx
··· 49 49 a.px_sm, 50 50 a.py_md, 51 51 ]} 52 - key={item.handle}> 52 + key={item.did}> 53 53 <PressableScale 54 54 testID="autocompleteButton" 55 55 style={[