WebJamApps / breakpointministries

MIT License
0 stars 0 forks source link

TinyMCE editor needs to be updated as follows in all projects that use it #106

Closed JoshuaVSherman closed 3 years ago

JoshuaVSherman commented 3 years ago

https://github.com/tinymce/tinymce-react/issues/267

Change this line:

initialValue={blogContent}

to

value={blogContent}

The initialValue prop should only be set once. It resets the editor including the cursor position when it changes.

Be sure to test all changes before submitting for pull request approval, thanks!