Skip to content

Commit 80743d1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎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
varelementToFocus=null;
5252
varfocusIndex=null;
53-
varallSuggestItems=helper.eA(".auto-suggest-link");
53+
varallSuggestItems=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)