react-quill icon indicating copy to clipboard operation
react-quill copied to clipboard

insertText is not coming in refs in react-quill

Open avneet2112 opened this issue 2 years ago • 2 comments

Untitled

Please look into the issue

avneet2112 avatar Mar 10 '22 05:03 avneet2112

I need insertText too. Please help. :(

imgyf avatar Apr 04 '22 02:04 imgyf

It looks like v2.0 has been updated, but the Docs and demos have not been updated.

juliana-zhu avatar Aug 19 '22 03:08 juliana-zhu

You can access insertText() like this:

    const ed = quillRef.current.getEditor();
    ed.editor.insertText(ed.getSelection().index, "★");

adam-o-neill avatar Sep 28 '22 12:09 adam-o-neill