Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Added blur to search's onPressMenu (#6017)

authored by

brian and committed by
GitHub
21ba1fad 1fc684aa

+1
+1
src/view/screens/Search/Search.tsx
··· 679 679 }, []) 680 680 681 681 const onPressMenu = React.useCallback(() => { 682 + textInput.current?.blur() 682 683 setDrawerOpen(true) 683 684 }, [setDrawerOpen]) 684 685