summernote / react-summernote

Summernote (Super simple WYSIWYG editor) adaptation for react
http://summernote.org
MIT License
230 stars 108 forks source link

Insert text on the last caret position. #124

Open Borovensky opened 9 months ago

Borovensky commented 9 months ago

Fix for insertText behavior. In the current version, you can only insert text at the beginning. I add 2 lines this.editor.summernote('restoreRange'); this.editor.summernote('saveRange'); This allows to insert text at the last caret position.