h-yabi2 / react-quill

react-quill × Next.js
0 stars 0 forks source link

quillメモ #23

Open h-yabi opened 3 months ago

h-yabi commented 3 months ago

Quill のルートDOM要素を取

quillRef.current.getEditor().root

カーソル位置をドキュメントの最初の位置に設定

quillRef.current.editor.setSelection(0, 0)