Issue:
Whenever content is pasted into the editor, all formatting is lost and the entire content will be squeezed into a single paragraph tag.
Impact of issue:
Major, end users will see the pasted content as it should be but in reality, the editor will save something completely different.
Possible suggestion:
Draftjs has a handlePastedText prop, maybe you can release the prop to be overwritten by us.
Agree. I am having the same issue to use it with typescript.
+1
I will expose handlePastedText to be overridden by props. I will release this change very soon.
Most helpful comment
I will expose
handlePastedTextto be overridden by props. I will release this change very soon.