add zero-width space
This commit is contained in:
parent
d35cbb903d
commit
91bfd3fd02
@ -215,6 +215,7 @@ function charIterate(input) {
|
||||
if (charIterateState == undefined) {
|
||||
charIterateState = 0;
|
||||
}
|
||||
console.log(charIterateState, input.charAt(charIterate));
|
||||
if (charIterateState < input.length) {
|
||||
charIterateState++;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user