mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-31 22:04:29 -06:00
fix not option
This commit is contained in:
parent
edfeb87653
commit
0c9be85cd7
@ -2105,7 +2105,7 @@ EasyMDE.prototype.render = function (el) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function handleImages() {
|
function handleImages() {
|
||||||
if (options.previewImagesInEditor === false) {
|
if (!options.previewImagesInEditor) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user