2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-29 04:44:28 -06:00

Merge pull request #280 from emirotin/patch-1

Fix #278
This commit is contained in:
Jeroen Akkerman 2020-12-28 16:43:50 +01:00 committed by GitHub
commit 1386fb0319
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2174,7 +2174,6 @@ EasyMDE.prototype.render = function (el) {
};
EasyMDE.prototype.cleanup = function () {
window.removeEventListener(this.onWindowResize);
document.removeEventListener('keydown', this.documentOnKeyDown);
};