Merge branch 'refactor/ui' of https://github.com/hoppscotch/hoppscotch into refactor/ui
This commit is contained in:
@@ -83,7 +83,6 @@ function generateKeybindingString(ev: KeyboardEvent): ShortcutKey | null {
|
|||||||
const target = ev.target
|
const target = ev.target
|
||||||
console.log(target)
|
console.log(target)
|
||||||
|
|
||||||
debugger
|
|
||||||
if (!modifierKey && !(isDOMElement(target) && isTypableElement(target))) {
|
if (!modifierKey && !(isDOMElement(target) && isTypableElement(target))) {
|
||||||
// Check if we are having singulars instead
|
// Check if we are having singulars instead
|
||||||
const key = getPressedKey(ev)
|
const key = getPressedKey(ev)
|
||||||
|
|||||||
Reference in New Issue
Block a user