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