Update keyboardContext.tsx
This commit is contained in:
@@ -341,7 +341,7 @@ export default function KeyboardContextProvider({ children }) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// handle for when in modals, don't want any of this crap
|
// handle for when in modals, don't want any of this crap
|
||||||
if (showModalType != ShowModalType.na || !showModalType) {
|
if (showModalType == ShowModalType.createRoom) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -445,6 +445,7 @@ export default function KeyboardContextProvider({ children }) {
|
|||||||
isMuted,
|
isMuted,
|
||||||
teamShortcutMappings,
|
teamShortcutMappings,
|
||||||
ctrlDown,
|
ctrlDown,
|
||||||
|
showModalType,
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user