We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when you type Chinese characters in the first line.eg "我” then the pell will turn the character to "w" the reason is the code in this line 124
if (firstChild && firstChild.nodeType === 3) exec(formatBlock, `<${defaultParagraphSeparator}>`)
when your remove ,it will work prefectly you can try yourself
The text was updated successfully, but these errors were encountered:
好像是这么回事,onChange多次对你有什么影响吗?
Sorry, something went wrong.
Any chance to fix it? It is super-problematic
No branches or pull requests
when you type Chinese characters in the first line.eg "我” then the pell will turn the character to "w"
the reason is the code in this line 124
when your remove ,it will work prefectly
you can try yourself
The text was updated successfully, but these errors were encountered: