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
prevent focus
handle.invalid
7 months ago
455e6d28
02d1f88f
+1
1 changed file
expand all
collapse all
unified
split
src
components
modal.tsx
+1
src/components/modal.tsx
···
13
13
onMount(() => {
14
14
document.body.style.overflow = "hidden";
15
15
node.showModal();
16
16
+
(document.activeElement as any).blur();
16
17
});
17
18
onCleanup(() => node.close());
18
19
}}