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