atproto explorer

prevent focus on mobile

handle.invalid c91af962 b13e0ede

verified
+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) => {