Skip to content

Commit

Permalink
System: fix Fast Finder arrow keys not working after mobile-bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SKuipers committed Jan 9, 2020
1 parent b73c130 commit b6dc63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jquery-tokeninput/src/jquery.tokeninput.js
Expand Up @@ -273,7 +273,7 @@
token_list.removeClass($(input).data("settings").classes.focused);
})
.bind("keyup keydown blur update", resize_input)
.on('input', function (event) {
.on('input keydown', function (event) {
var previous_token;
var next_token;

Expand Down

0 comments on commit b6dc63f

Please sign in to comment.