atproto explorer

blur search input

+1
+1
src/components/search.tsx
··· 16 16 .replace(/^\u202a/, "") 17 17 .replace(/^@/, ""); 18 18 if (!input.length) return; 19 + (document.getElementById("input") as HTMLInputElement).blur(); 19 20 if ( 20 21 !input.startsWith("https://bsky.app/") && 21 22 !input.startsWith("https://deer.social/") &&