a isssue when input Chinese language
Author: ZhengXingchiCreated Aug 4, 2020Updated Dec 22, 2021
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
Source: jaredreich/pell