Merge branch 'refactor/ui' of https://github.com/hoppscotch/hoppscotch into refactor/ui

This commit is contained in:
liyasthomas
2021-08-07 19:19:49 +05:30

View File

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