diff --git a/commands/drawDesign.cjs b/commands/drawDesign.cjs index c511beb..c41b2de 100644 --- a/commands/drawDesign.cjs +++ b/commands/drawDesign.cjs @@ -220,7 +220,7 @@ function charIterate(input) { if (charIterateState < (input.length - 1)) { charIterateState++; if (surrogatePairs.exec(input.charCodeAt(charIterateState)) !== null) { - charIterateState++; + //charIterateState++; } } else { charIterateState = 0;