atproto explorer pdsls.dev
atproto tool

prevent focus on mobile

juli.ee c91af962 b13e0ede

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