Skip to content

Commit

Permalink
Fix choosing autocomplete items with tab
Browse files Browse the repository at this point in the history
Fixes #58
  • Loading branch information
sblask committed Mar 27, 2021
1 parent ab1806d commit 879bde7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content-scripts/autocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ function keydownWrapper(jQueryInput) {
}

jQueryInput.trigger(jQuery.Event("keydown", parameters));
return false;
}

// disable autocomplete's weird handling for shift key
Expand Down

0 comments on commit 879bde7

Please sign in to comment.