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: handle multiple cleanup calls

Mary 49a3822a 623ee0e8

+4 -1
+4 -1
src/lib/navigation/history.ts
··· 312 312 313 313 return () => { 314 314 const index = handlers.indexOf(fn); 315 - handlers.splice(index, 1); 315 + 316 + if (index !== -1) { 317 + handlers.splice(index, 1); 318 + } 316 319 }; 317 320 }, 318 321 call(arg) {