mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-28 01:09:11 +03:00
Disabled debug hotkey scope (#3762)
This commit is contained in:
parent
729e2dc651
commit
44c36e348a
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user