jpuri / react-draft-wysiwyg

A Wysiwyg editor build on top of ReactJS and DraftJS. https://jpuri.github.io/react-draft-wysiwyg
MIT License
6.41k stars 1.16k forks source link

Drag and Drop Files into the Editor #1328

Open mcollie1 opened 1 year ago

mcollie1 commented 1 year ago

Is there documentation, or an example, on how to implement drag-and-drop into the editor. In chrome, the image seldomly appears. It's better in Firefox, but it still periodically doesn't show.

Upon hitting enter, the html doesn't include the image.

Image upload works, but drag-and-drop does not.