jpuri / react-draft-wysiwyg

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

Image Entity is mutable instead of immutable #818

Open HJain13 opened 5 years ago

HJain13 commented 5 years ago

In almost all the examples I could find for adding image functionality for Draft.js, all make image as immutable but in RDW they are treated as mutable. I think this is causing issues with image. Any reason behind this @jpuri

roboli commented 5 years ago

I cannot compare old state to new state because of this :( ... Am I missing something?