Disabled debug hotkey scope (#3762)

This commit is contained in:
Lucas Bordeau
2024-02-02 18:14:10 +01:00
committed by GitHub
parent 729e2dc651
commit 44c36e348a

View File

@ -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(