-
Notifications
You must be signed in to change notification settings - Fork 83
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
fix: update Quill, disconnect and connect emitter #7558
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just double-checking if this part here is still necessary: https://github.com/vaadin/web-components/pull/6506/files#diff-26cd75ab559dd6ff8b6e384fea44c5a219c7a8a5e260f943c2d4bf8936929ee5R540-R544?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. This part was needed after switching to re-initializing Quill #6489 (comment). Reverted it as well.
Quality Gate passedIssues Measures |
Co-authored-by: Serhii Kulykov <[email protected]>
Co-authored-by: Serhii Kulykov <[email protected]>
This ticket/PR has been released with Vaadin 24.5.0.alpha6 and is also targeting the upcoming stable 24.5.0 version. |
Description
Fixes #7543
Based on vaadin/quill#4
Reverts #6506 (to make Quill initialized on
ready()
again).Type of change