instructure-react / react-tinymce

React TinyMCE component
181 stars 115 forks source link

Editor-Cursor jumps to top after enter key Or And other Element in Editor #99

Open Zukqurnain opened 4 years ago

Zukqurnain commented 4 years ago

I am Attaching Video please check this.

It is My Code. I am also checking to add initialValue.

<Editor value={this.state.editor} init={{ height: 600, menubar: false, plugins: [ 'advlist autolink lists link image charmap print preview anchor', 'searchreplace visualblocks code fullscreen', 'insertdatetime media table paste code help wordcount table' ], toolbar: 'undo redo | formatselect | bold italic backcolor | \ alignleft aligncenter alignright alignjustify | \ bullist numlist outdent indent table | removeformat | help' }} onChange={this.onEditorStateChange}

         />