react-summernote
react-summernote copied to clipboard
Insert text on the last caret position.
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.