Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ready event isn't emitted #1

Closed
parapente opened this issue Jul 24, 2022 · 1 comment · Fixed by #3
Closed

ready event isn't emitted #1

parapente opened this issue Jul 24, 2022 · 1 comment · Fixed by #3
Assignees
Labels
bug Something isn't working

Comments

@parapente
Copy link

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
Copy link
Contributor

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

@apoorvpal01 apoorvpal01 self-assigned this Aug 30, 2022
@apoorvpal01 apoorvpal01 added the bug Something isn't working label Aug 30, 2022
@apoorvpal01 apoorvpal01 linked a pull request Aug 30, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants