jpuri / react-draft-wysiwyg

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

Three backspaces needed to delete a image #509

Open froyog opened 7 years ago

froyog commented 7 years ago

When I want to delete a image rendered in editor, I need to press the backspace button three times before the image was removed. I've face the same issue even with the demo page.

Rolling back to version 1.10.10 solved this problem.

belief-cyf commented 7 years ago

yes。 I have also encountered this problem。 @jpuri

willbuckingham commented 7 years ago

489 Similar Issues here.

Huespal commented 6 years ago

I've added a pull request with a optional button to remove the image. It does not solve the problem, but works as a 'workaround'. Thanks to @tgus idea. PR: https://github.com/jpuri/react-draft-wysiwyg/pull/629

jpuri commented 6 years ago

I will soon review the PR.