tangled
alpha
login
or
join now
vielle.dev
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
atproto explorer
0
fork
atom
overview
issues
pulls
pipelines
blur search input
handle.invalid
6 months ago
bc95ef71
d2c1746c
+1
1 changed file
expand all
collapse all
unified
split
src
components
search.tsx
+1
src/components/search.tsx
···
16
16
.replace(/^\u202a/, "")
17
17
.replace(/^@/, "");
18
18
if (!input.length) return;
19
19
+
(document.getElementById("input") as HTMLInputElement).blur();
19
20
if (
20
21
!input.startsWith("https://bsky.app/") &&
21
22
!input.startsWith("https://deer.social/") &&