2
0
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:
Ivan Borshchov 2020-10-08 13:27:01 +03:00
parent edfeb87653
commit 0c9be85cd7

View File

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