Merge pull request #280 from emirotin/patch-1

Fix #278
pull/285/head
Jeroen Akkerman 3 years ago committed by GitHub
commit 1386fb0319
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save