Currently, I am utilizing the vue-quill-editor package for my vue application. However, I am facing an issue where I can only focus on the editor if I click on the same line as the editor itself. Ideally, I would like to be able to focus on the Editor by clicking anywhere within the parent element.
I am aware of the quill.focus() function, but I am curious if there is a way to access it without having to make changes to the vue-quill-editor file. If modifications are necessary, what considerations should I keep in mind when collaborating with others?
If you visit https://i.sstatic.net/SZ8ss.jpg, you will find a photo that illustrates my predicament more clearly.
Any recommendations or suggestions for troubleshooting this issue would be greatly appreciated. Thank you!