-
Notifications
You must be signed in to change notification settings - Fork 383
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Correctly tokenize when ", " is used instead of "," (or any split char) - Fix an issue where completing a 3 letter token could re-add the 3 letters on the next letter added
- Loading branch information
Showing
2 changed files
with
70 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is resulting in a bug. You can reproduce it doing:
1- Set threshold 1
2- Run example app, write and select marshall@example.com as the first token.
3- Then write "max"
When you type the "x" the "ma" is removed from the text.