ckeditor / github-writer

GitHub Writer - WYSIWYG Rich-Text Editor for GitHub, powered by CKEditor.
https://ckeditor.com/
Other
376 stars 61 forks source link

Fix memory leaks #417

Closed Dumluregn closed 1 year ago

Dumluregn commented 1 year ago

To test the PR, build the dev version, open dev tools and navigate throughout GH. As long as there is no hard reload (console will clear then) you should see that every Writer instance that is created is also destroyed after leaving a page (follow the notes in console).

Closes #416.