Compare commits

...

1 Commits

Author SHA1 Message Date
Eric Bailey 88ec7d6f2a Fix for undefined ref on hot reload on web 2024-09-18 15:42:13 -05:00
@@ -48,7 +48,7 @@ export function useComposerKeyboardShortcut() {
function handler(event: KeyboardEvent) {
if (shouldIgnore(event)) return
if (
openDialogs.current.size > 0 ||
openDialogs?.current.size > 0 ||
isModalActive ||
activeLightbox ||
isDrawerOpen