react-mobiledoc-editor icon indicating copy to clipboard operation
react-mobiledoc-editor copied to clipboard

Support changing `mobiledoc` prop

Open ZeeJab opened this issue 4 years ago • 0 comments

Currently, the mobiledoc prop can only be set on initial component render, since the editor is created in componentWillMount.

It would support more use cases (such as "reverting" the document being edited) if the Container component could properly respond to changes in the mobiledoc prop over time.

ZeeJab avatar Jun 15 '20 12:06 ZeeJab