Update keyboardContext.tsx

This commit is contained in:
Arjun Patel
2022-01-17 17:21:22 -08:00
parent 39a3ae80d6
commit 67376046ae
+2 -1
View File
@@ -341,7 +341,7 @@ export default function KeyboardContextProvider({ children }) {
}
// handle for when in modals, don't want any of this crap
if (showModalType != ShowModalType.na || !showModalType) {
if (showModalType == ShowModalType.createRoom) {
return;
}
@@ -445,6 +445,7 @@ export default function KeyboardContextProvider({ children }) {
isMuted,
teamShortcutMappings,
ctrlDown,
showModalType,
]
);