2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-06-27 13:11:01 -06:00

Merge 6c703c7b6a4f8a53ce087329aaabc53f4af6471b into 2996b67ec95ec69000ee03ccaee4fcca26cfc701

This commit is contained in:
Matthijs Kuiper 2025-05-05 06:30:08 +00:00 committed by GitHub
commit 05328a412c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2879,6 +2879,12 @@ EasyMDE.prototype.value = function (val) {
};
/**
* Expose CodeMirror as static property.
*/
EasyMDE.CodeMirror = CodeMirror;
/**
* Bind static methods for exports.
*/