diff --git a/packages/twenty-front/src/modules/command-menu/hooks/useCommandMenuHotKeys.ts b/packages/twenty-front/src/modules/command-menu/hooks/useCommandMenuHotKeys.ts index b648bb9f2..5e5a8e5bf 100644 --- a/packages/twenty-front/src/modules/command-menu/hooks/useCommandMenuHotKeys.ts +++ b/packages/twenty-front/src/modules/command-menu/hooks/useCommandMenuHotKeys.ts @@ -117,5 +117,8 @@ export const useCommandMenuHotKeys = () => { goBackFromCommandMenu, setGlobalCommandMenuContext, ], + options: { + preventDefault: false, + }, }); };