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
insertContent
Because of the clone in the insertContent method: https://github.com/ckeditor/ckeditor5-engine/blob/3e3839035c7d03af678b82eefea8fea83c66a625/src/controller/insertcontent.js#L130 the reference to the inserted node is broken. Inserting nodes should not be cloned.
The text was updated successfully, but these errors were encountered:
Merge pull request #886 from ckeditor/t/869
45f0f33
Fix: Changed insertContent behaviour, so it doesn't clone given nodes. Closes #869.
ma2ciek
Successfully merging a pull request may close this issue.
Because of the clone in the
insertContent
method: https://github.com/ckeditor/ckeditor5-engine/blob/3e3839035c7d03af678b82eefea8fea83c66a625/src/controller/insertcontent.js#L130 the reference to the inserted node is broken. Inserting nodes should not be cloned.The text was updated successfully, but these errors were encountered: