forked from pdsls.dev/pdsls
atproto explorer

prevent focus on mobile

juli.ee c91af962 b13e0ede

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