ckeditor-nuxt icon indicating copy to clipboard operation
ckeditor-nuxt copied to clipboard

How can I get the cursor position?

Open Sensey19 opened this issue 3 years ago • 0 comments

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?

Sensey19 avatar Sep 15 '22 08:09 Sensey19