0

I have another input boxn, now whenever I add text to that input, it automatically changes the cursor to focus on ReactQuill Editor.

Check the code here.

1 Answers1

0
Please paste this into your editor.js.And Remove this <div className="textarea"></div>.

<ReactQuill
    theme="snow"
    onChange={handleChange}
    value={editorHtml}
    modules={modules}
    ref={quillRef}
    formats={formats}
    placeholder="Write Something"
  />
Priyen Mehta
  • 1,096
  • 1
  • 5
  • 19