diff --git a/helpers/keybindings.ts b/helpers/keybindings.ts index 4cf8d6cfb..fc070bab4 100644 --- a/helpers/keybindings.ts +++ b/helpers/keybindings.ts @@ -83,7 +83,6 @@ function generateKeybindingString(ev: KeyboardEvent): ShortcutKey | null { const target = ev.target console.log(target) - debugger if (!modifierKey && !(isDOMElement(target) && isTypableElement(target))) { // Check if we are having singulars instead const key = getPressedKey(ev)