There are static methods insertText and insertNode.
Is it possible to insertText or insertNode at the caret position?
I do the next:
const onInsertText = text => { ReactSummernote.insertText(text); };
And it always insert text and the beginning. And I can't figure out how to insert it at the last caret position.