add zero-width space
This commit is contained in:
parent
0f3be1b298
commit
7fe545c097
@ -220,7 +220,7 @@ function charIterate(input) {
|
||||
} else {
|
||||
charIterateState = 0;
|
||||
}
|
||||
console.log(charIterateState, input.charAt(charIterate));
|
||||
console.log(charIterateState, input.charAt(charIterateState));
|
||||
return charIterateState;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user