ckeditor-nuxt
ckeditor-nuxt copied to clipboard
How can I get the cursor position?
This common solution editor.model.document.selection.getFirstPosition() doesn't work with nuxt, because in this library we don't have the event @ready which is available in '@ckeditor/ckeditor5-vue2'. We can get the cursor only from the object which comes from the @ready event. Does anyone know how to get the cursor position?