handy online tools for AT Protocol boat.kelinci.net
atproto bluesky atcute typescript solidjs
20
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: unregister blocker if confirm abortion

Mary f582d7cf 49a3822a

+1
+1
src/views/identity/plc-applicator.tsx
··· 58 58 if ($step > 1 && $step < 6) { 59 59 const cleanup = history.block((tx) => { 60 60 if (window.confirm(`Abort this action?`)) { 61 + cleanup(); 61 62 tx.retry(); 62 63 } 63 64 });