mayasabha / ckeditor4-vue3

CKEditor 4 Component for Vue 3
https://www.npmjs.com/package/@mayasabha/ckeditor4-vue3
Other
21 stars 3 forks source link

ready event isn't emitted #1

Closed parapente closed 2 years ago

parapente commented 2 years ago

I'm upgrading my application from vue2 to vue3 trying to modify as little as possible the original code that is already working. I used ckeditor4-vue3 instead of the original ckeditor4-vue component but it seems that the ready event is never fired, just update:modelValue. As a result, a callback function that I was using to setup the application and should be called only once is never used.

For now I had to resort to running the callback on update:modelValue and use a flag to configure the app only once.

apoorvpal01 commented 2 years ago

@parapente Please check with v0.0.4 if the issue is fixed.