Closed JoshuaVSherman closed 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!
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!