sstur / react-rte

Pure React rich text WYSIWYG editor based on draft-js.
https://react-rte.org
ISC License
2.86k stars 431 forks source link

How can I update the paste value while pasting it on rich text editor. #438

Open RSharma-cohere opened 2 years ago

RSharma-cohere commented 2 years ago

I think draft.js have the functionality of formatPastedText. How can I achieve that in React - rte. If there is a work around for that.