Merge branch 'refactor/ui' of https://github.com/hoppscotch/hoppscotch into refactor/ui
This commit is contained in:
commit
fee19f3d7a
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue