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

Angular integration should not use setData on the first data initialization #75

Closed
ma2ciek opened this issue Feb 27, 2019 · 0 comments
Closed

Comments

@ma2ciek
Copy link
Contributor

ma2ciek commented Feb 27, 2019

It causes problems during collaboration when the second client connects - it resets the content -see more in ckeditor/ckeditor5-react#68 and #6 (comment).

@ma2ciek ma2ciek added this to the iteration 22 milestone Feb 27, 2019
@ma2ciek ma2ciek self-assigned this Feb 27, 2019
@pomek pomek closed this as completed in #76 Mar 5, 2019
pomek added a commit that referenced this issue Mar 5, 2019
Fix: Fixed integration with collaboration features by changing the way how the initial data are passed to an editor instance. Previously the `<ckeditor>` component had been using the `editor.setData()` method which produces invalid results in collaboration. Now the initial data are injected directly into the container on which the editor will be created. Closes #75.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant