Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 80743d1

Browse files
committed
[bug] fix auto suggest keybaord navigation
1 parent cf90b84 commit 80743d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/js/auto-suggest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ var autoSuggest = (function() {
5050
bind.navigateResults = function(event) {
5151
var elementToFocus = null;
5252
var focusIndex = null;
53-
var allSuggestItems = helper.eA(".auto-suggest-link");
53+
var allSuggestItems = helper.eA(".auto-suggest-item");
5454
var _findInput = function() {
5555
if (event.target.classList.contains("auto-suggest-input")) {
5656
_currentInputOptions.input = event.target;

0 commit comments

Comments
 (0)