Skip to content

Commit

Permalink
pkp#4208 Keyword separator character interferes with Arabic and Cyrillic
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamshid Hashimi committed Dec 21, 2018
1 parent 67b2c02 commit 3c5be4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/lib/jquery/plugins/jquery.tag-it.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
// Tab will also create a tag, unless the tag input is empty,
// in which case it isn't caught.
if (
(event.which === $.ui.keyCode.COMMA && event.shiftKey === false) ||
(event.key === ',' && event.shiftKey === false) ||
event.which === $.ui.keyCode.ENTER ||
(
event.which == $.ui.keyCode.TAB &&
Expand Down

0 comments on commit 3c5be4d

Please sign in to comment.