fix: remove keydown log
This commit is contained in:
parent
4d76c83328
commit
13f6e5ff43
1 changed files with 0 additions and 1 deletions
|
|
@ -81,7 +81,6 @@ function generateKeybindingString(ev: KeyboardEvent): ShortcutKey | null {
|
|||
const modifierKey = getActiveModifier(ev)
|
||||
|
||||
const target = ev.target
|
||||
console.log(target)
|
||||
|
||||
if (!modifierKey && !(isDOMElement(target) && isTypableElement(target))) {
|
||||
// Check if we are having singulars instead
|
||||
|
|
|
|||
Loading…
Reference in a new issue