From 44c36e348a9cbc8a827050fa0691862c04fbbc57 Mon Sep 17 00:00:00 2001 From: Lucas Bordeau Date: Fri, 2 Feb 2024 18:14:10 +0100 Subject: [PATCH] Disabled debug hotkey scope (#3762) --- .../ui/utilities/hotkey/hooks/useScopedHotkeyCallback.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/twenty-front/src/modules/ui/utilities/hotkey/hooks/useScopedHotkeyCallback.ts b/packages/twenty-front/src/modules/ui/utilities/hotkey/hooks/useScopedHotkeyCallback.ts index 7ec2ad718..74ea22e95 100644 --- a/packages/twenty-front/src/modules/ui/utilities/hotkey/hooks/useScopedHotkeyCallback.ts +++ b/packages/twenty-front/src/modules/ui/utilities/hotkey/hooks/useScopedHotkeyCallback.ts @@ -5,7 +5,7 @@ import { logDebug } from '~/utils/logDebug'; import { internalHotkeysEnabledScopesState } from '../states/internal/internalHotkeysEnabledScopesState'; -const DEBUG_HOTKEY_SCOPE = true; +const DEBUG_HOTKEY_SCOPE = false; export const useScopedHotkeyCallback = () => useRecoilCallback(