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
Thank you for your great job. I'm glad that Slate is a lot easier of using than Draft-Js.
I found this bug when I use Chinese IME on MacOSX (I consider that other language which is input by IME will also cause the same problem, not verified).
You can duplicate it by doing this:
ex:
Add 3 blocks, and every block contain some letters.
Then select multilines.
Then type a letter when Chinese IME is active.
Then press spacebar or return key, exception comes out.
Uncaught DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
Thank you for your great job. I'm glad that Slate is a lot easier of using than Draft-Js.
I found this bug when I use Chinese IME on MacOSX (I consider that other language which is input by IME will also cause the same problem, not verified).
You can duplicate it by doing this:
ex:
https://jsfiddle.net/fj9dvhom/1/
The text was updated successfully, but these errors were encountered: