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:
parent
edfeb87653
commit
0c9be85cd7
@ -2105,7 +2105,7 @@ EasyMDE.prototype.render = function (el) {
|
||||
}
|
||||
|
||||
function handleImages() {
|
||||
if (options.previewImagesInEditor === false) {
|
||||
if (!options.previewImagesInEditor) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user