Closed hudec117 closed 1 year ago
I am not quite grasping the essence of your message. If you wish to bring focus to an editing box, you may use the following approach. Please refer to the documentation for details:https://renncheung.github.io/codemirror-editor-vue3/zh-CN/supplementary/instance
That's what I'm looking for! Thanks
Is your feature request related to a problem? Please describe. I would like to be able to focus the Codemirror editor.
Describe the solution you'd like Focus the editor using a .focus() like call. Or access to the underlying Codemirror instance to be able to call any documented functions.