2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-30 21:34:28 -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() {
if (options.previewImagesInEditor === false) {
if (!options.previewImagesInEditor) {
return;
}