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

Code style

This commit is contained in:
Nick Denry 2020-06-03 00:59:02 +03:00
parent 82c447cf85
commit 57788bd392

View File

@ -2291,7 +2291,7 @@ EasyMDE.prototype.uploadImageUsingCustomFunction = function(imageUploadFunction,
imageUploadFunction(file, onSuccess, onError);
};
EasyMDE.prototype.setPreviewMaxHeight = function() {
EasyMDE.prototype.setPreviewMaxHeight = function () {
var cm = this.codemirror;
var wrapper = cm.getWrapperElement();
var preview = wrapper.nextSibling;