Selectr icon indicating copy to clipboard operation
Selectr copied to clipboard

Bug: tagSeperator looks at keyup key instead of actual value

Open reno1979 opened this issue 5 years ago • 1 comments

When setting tagSeperators I noticed that values like @#$% etc are not useable as tag seperator value.

It seems the key that triggered the event keyup is compared to the tagSeperator values.

So when trying to use # as a tag seperator, it detects a shift and a 3, but not the actual #

I created a fork and fixed the issue

reno1979 avatar Feb 06 '19 11:02 reno1979

fixed with latest pull request

reno1979 avatar Feb 26 '19 17:02 reno1979