Disabled debug hotkey scope (#3762)
This commit is contained in:
@ -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(
|
||||
|
||||
Reference in New Issue
Block a user