vueup / vue-quill

Rich Text Editor Component for Vue 3.
https://vueup.github.io/vue-quill/
MIT License
1.13k stars 282 forks source link

Please support focus() method #351

Closed fylzero closed 1 year ago

fylzero commented 1 year ago

Version @vueup/vue-quill version 1.1.1

Describe the bug Please add focus() capability - https://quilljs.com/docs/api/#focus

To Reproduce Attempt to use focus() on Vue Quill editor - does not work.

Expected behavior Using focus() method will focus the editor with a cursor in the editable content area.

Reproduction link N/A

Browser (please complete the following information):

Additional context

fylzero commented 1 year ago

Resolved by https://github.com/vueup/vue-quill/pull/361

Update to v1.2.0 for focus method support