Bluesky app fork with some witchin' additions 💫

Fix for undefined ref on hot reload on web (#5407)

authored by

Eric Bailey and committed by
GitHub
6c8ef696 41d4b2c7

+1 -1
+1 -1
src/state/shell/composer/useComposerKeyboardShortcut.tsx
··· 48 48 function handler(event: KeyboardEvent) { 49 49 if (shouldIgnore(event)) return 50 50 if ( 51 - openDialogs.current.size > 0 || 51 + openDialogs?.current.size > 0 || 52 52 isModalActive || 53 53 activeLightbox || 54 54 isDrawerOpen