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:
parent
82c447cf85
commit
57788bd392
@ -2291,7 +2291,7 @@ EasyMDE.prototype.uploadImageUsingCustomFunction = function(imageUploadFunction,
|
|||||||
imageUploadFunction(file, onSuccess, onError);
|
imageUploadFunction(file, onSuccess, onError);
|
||||||
};
|
};
|
||||||
|
|
||||||
EasyMDE.prototype.setPreviewMaxHeight = function() {
|
EasyMDE.prototype.setPreviewMaxHeight = function () {
|
||||||
var cm = this.codemirror;
|
var cm = this.codemirror;
|
||||||
var wrapper = cm.getWrapperElement();
|
var wrapper = cm.getWrapperElement();
|
||||||
var preview = wrapper.nextSibling;
|
var preview = wrapper.nextSibling;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user