You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: