instructure-react / react-tinymce

React TinyMCE component
181 stars 115 forks source link

address stale content when re-initing #6

Closed meirish closed 9 years ago

meirish commented 9 years ago

Re-initing happens before render so manually calling setContent on the editor is necessary so that you get the fresh content in the editor.