-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
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
React render quill ,the Chinese language bug。 #1514
Comments
What browser + OS are you using? |
Hi, this case is the same to me, browser and OS i'm using:
|
For reference the steps for reproduction are (using Chinese keyboard input):
The |
I have class extend
If I paste 👌 after my embed and input Chinese the editor will not work. system: macOS |
hi
my problem environment : quill by react render;
when, empty quill,click ‘bold’ button,input chinese language,quill.on('text-change') not execute and strong tag cursor not clear.the content insert to cursor.
i try new quill by Native dom,that problem is none;
the react ui : http://lobos.github.io/react-ui/0.7/#/editor?_k=9qxo3o;
have same problem;you can Reproduction on it.
sorry, my english not good -.-!
Expected:
你好
hello
Actual
“”;你好
hello
english language is ok.
Quill Version:1.2.6
The text was updated successfully, but these errors were encountered: