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

Why this code display the link address here instead of "<img src ='imgSrc'" /> #506

Open yxl2628 opened 7 years ago

yxl2628 commented 7 years ago

https://github.com/jpuri/react-draft-wysiwyg/blob/9da450be53d97aba72494e5f15d7343e6c4ae34f/src/controls/Image/Component/index.js#L230

songzhengxu commented 7 years ago

I have the same problem

zoloin commented 6 years ago

I'm having the same question

jpuri commented 6 years ago

Its hard to display image in that small area, thus it displays img src as plain text.