Compare commits
1 Commits
2b47851785
...
428c967255
Author | SHA1 | Date | |
---|---|---|---|
428c967255
|
@ -38,8 +38,7 @@ const
|
||||
query[selected].lastChild.firstChild.firstChild.focus(focusInvisible)
|
||||
},
|
||||
keydown = event => {
|
||||
if (input.has(globalThis.document.activeElement.tagName))
|
||||
return
|
||||
if (!input.has(event.target.tagName))
|
||||
switch (event.key) {
|
||||
case 'j':
|
||||
const lastIndex = query.length - 1
|
||||
|
Reference in New Issue
Block a user