You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did get something with writer.findIndex(({_char}) => _char === strokeData.character); but it won't work with expressions with repetitive characters like 哥哥 or 弟弟.
Thanks for your help.
The text was updated successfully, but these errors were encountered:
Hi,
I have multiple writers (looping on all characters in an expression).
How to get the index of the current writer when there is a mistake?
I did get something with
writer.findIndex(({_char}) => _char === strokeData.character);
but it won't work with expressions with repetitive characters like 哥哥 or 弟弟.Thanks for your help.
The text was updated successfully, but these errors were encountered: