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

Something is wrong in BlockTypes #294

Open MaDejing opened 7 years ago

MaDejing commented 7 years ago

https://github.com/jpuri/react-draft-wysiwyg/blob/f86d32be075edf7d98f65a2785b4ed3aa0f1168a/js/src/components/Controls/BlockType/Component/index.js

In the file 'react-draft-wysiwyg/js/src/components/Controls/BlockType/Component/index.js', something is wrong, just like the picture.

qq20170417-155332 2x

Thanks!

jpuri commented 7 years ago

Thanks for reporting @MaDejing , I will check this.

acidio commented 7 years ago

@jpuri Could you check if is just what I did in the pull request below to fix this issue? https://github.com/jpuri/react-draft-wysiwyg/pull/314

tks.

jpuri commented 7 years ago

Thanks @acidio , I will soon merge your PR.

Thanks @MaDejing , for pointing this out.