bmcmahen / react-wysiwyg

retain some control over contenteditable input
169 stars 37 forks source link

Pasting overrides existing content #28

Closed stephen closed 8 years ago

stephen commented 9 years ago

In the example, if you paste into the ContentEditble, your previous content will be overridden.

cgc commented 8 years ago

Just opened https://github.com/bmcmahen/react-wysiwyg/pull/29, which is a proposal for this issue.

bmcmahen commented 8 years ago

Fixed by #29. Thanks @cgc.