Skip to content
This repository was archived by the owner on Sep 10, 2023. It is now read-only.

Commit 985d095

Browse files
committed
Merge pull request #260 from ryguasu/master
Fix for #49, IE arrow keys strangeness
2 parents ad163b0 + e5fc568 commit 985d095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery.tokeninput.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ $.TokenList = function (input, url_or_data, settings) {
248248
if(dropdown_item.length) {
249249
select_dropdown_item(dropdown_item);
250250
}
251-
return false;
252251
}
252+
return false;
253253
break;
254254

255255
case KEY.BACKSPACE:

0 commit comments

Comments
 (0)