add zero-width space
This commit is contained in:
parent
030c776c3d
commit
87818920ce
@ -215,7 +215,7 @@ function charIterate(input) {
|
|||||||
if (charIterateState == undefined) {
|
if (charIterateState == undefined) {
|
||||||
charIterateState = 0;
|
charIterateState = 0;
|
||||||
}
|
}
|
||||||
if (charIterateState <= input.length) {
|
if (charIterateState < (input.length + 1)) {
|
||||||
charIterateState++;
|
charIterateState++;
|
||||||
} else {
|
} else {
|
||||||
charIterateState = 0;
|
charIterateState = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user