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
{{ message }}
This repository was archived by the owner on Feb 6, 2023. It is now read-only.
However, if you just open that fiddle unmodified, you may notice some issues:
It uses a pretty old versions of react and draft-js
The rendered component has major issues in Chrome (Firefox seems OK). For example, if you enter some text, then move the cursor to the middle and edit the text in the middle, weird things happen
However, even running the latest version of draft-js within codesandbox I get the same weird editing behavior on the draft-js component in Chrome as in jsfiddle.
I think it would be helpful for the project to sort out why these sandboxes aren't working, and to make a fresh one with the latest version(s) of the packages.
I ran into this because I was having some weird issues with draft-js I was hoping to reproduce and report, but I wasn't able to even get a simple draft-js example working in jsfiddle or codesandbox in Chrome.