atproto explorer

prevent focus

+1
+1
src/components/modal.tsx
··· 13 13 onMount(() => { 14 14 document.body.style.overflow = "hidden"; 15 15 node.showModal(); 16 + (document.activeElement as any).blur(); 16 17 }); 17 18 onCleanup(() => node.close()); 18 19 }}