Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Implement back button fix for all places in the app (#3434)

authored by

Hailey and committed by
GitHub
731d94b9 a1ac8468

+2 -1
+2 -1
src/components/Dialog/context.ts
··· 39 39 control.current.open() 40 40 }, 41 41 close: cb => { 42 - control.current.close(cb) 42 + control.current.close() 43 + cb?.() 43 44 }, 44 45 }), 45 46 [id, control],