tangled
alpha
login
or
join now
t1c.dev
/
pdsls
forked from
pdsls.dev/pdsls
atproto explorer
0
fork
atom
overview
issues
pulls
pipelines
prevent focus on mobile
juli.ee
3 months ago
c91af962
b13e0ede
verified
This commit was signed with the committer's
known signature
.
juli.ee
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
options
unified
split
Changed files
+1
-1
src
components
search.tsx
+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) => {