We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug
{ removePlugins: 'undo' };
Two-way binding works properly
The two-way binding does not work. See: https://stackblitz.com/edit/ckeditor4-orm88s
If you comment out the removePlugins: 'undo' configuration, the two-way biding works as expected.
removePlugins: 'undo'
The text was updated successfully, but these errors were encountered:
I can confirm this issue based on sample provided. That's strange TBH 🤔 We need to investigate it.
Thanks for reporting 👍
Sorry, something went wrong.
Dumluregn
Successfully merging a pull request may close this issue.
Are you reporting a feature request or a bug?
Bug
Provide detailed reproduction steps (if any)
{ removePlugins: 'undo' };
Expected result
Two-way binding works properly
Actual result
The two-way binding does not work.
See: https://stackblitz.com/edit/ckeditor4-orm88s
If you comment out the
removePlugins: 'undo'
configuration, the two-way biding works as expected.
Other details
The text was updated successfully, but these errors were encountered: