Skip to content

insertText at the last caret position #123

@Borovensky

Description

@Borovensky

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions