fix: remove keydown log

This commit is contained in:
Andrew Bastin
2021-08-07 20:15:40 +05:30
parent 4d76c83328
commit 13f6e5ff43

View File

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