Skip to content

Commit

Permalink
Merge pull request BSVino#123 from jacquesh/navigate-on-search-sugges…
Browse files Browse the repository at this point in the history
…t-select

Navigate to search result on selection from the autocomplete dropdown
  • Loading branch information
BSVino authored Jul 31, 2022
2 parents 120c975 + b796491 commit 0ff26f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/copy/docs.gl.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ $(function() {
source: search_versions["all"],
minLength: 3,
select: function( event, ui ) {
search_fn(event.target.value);
search_fn(ui.item.value);
},
});

Expand Down

0 comments on commit 0ff26f7

Please sign in to comment.