mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-01-01 19:49:56 +01:00
[bug] fix auto suggest keybaord navigation
This commit is contained in:
parent
cf90b84895
commit
80743d174a
@ -50,7 +50,7 @@ var autoSuggest = (function() {
|
||||
bind.navigateResults = function(event) {
|
||||
var elementToFocus = null;
|
||||
var focusIndex = null;
|
||||
var allSuggestItems = helper.eA(".auto-suggest-link");
|
||||
var allSuggestItems = helper.eA(".auto-suggest-item");
|
||||
var _findInput = function() {
|
||||
if (event.target.classList.contains("auto-suggest-input")) {
|
||||
_currentInputOptions.input = event.target;
|
||||
|
Loading…
Reference in New Issue
Block a user