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
In https://github.com/ckeditor/ckeditor5-engine/issues/780#issuecomment-291171133 I've found a memory leak in LiveSelection. LiveRange callbacks are not correctly detached.
LiveSelection
LiveRange
The text was updated successfully, but these errors were encountered:
BTW: ckeditor/ckeditor5-engine#904 (comment) As I wrote in PR rather then in issue.
Sorry, something went wrong.
Merge pull request #1181 from ckeditor/t/903-new
7e352e3
Fix: Fixed memory leak in `DocumentSelection`. Closes #903.
jodator
Successfully merging a pull request may close this issue.
In https://github.com/ckeditor/ckeditor5-engine/issues/780#issuecomment-291171133 I've found a memory leak in
LiveSelection
.LiveRange
callbacks are not correctly detached.The text was updated successfully, but these errors were encountered: