atproto explorer
0
fork

Configure Feed

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

prevent focus on mobile

Juliet c91af962 b13e0ede

+1 -1
+1 -1
src/components/search.tsx
··· 47 47 }); 48 48 49 49 onMount(() => { 50 - searchInput.focus(); 50 + if (!isTouchDevice) searchInput.focus(); 51 51 }); 52 52 53 53 const fetchTypeahead = async (input: string) => {