fix not option

pull/253/head
Ivan Borshchov 4 years ago
parent edfeb87653
commit 0c9be85cd7

@ -2105,7 +2105,7 @@ EasyMDE.prototype.render = function (el) {
}
function handleImages() {
if (options.previewImagesInEditor === false) {
if (!options.previewImagesInEditor) {
return;
}

Loading…
Cancel
Save