don't preview if hightlight mode is not markdown
parent
fd83ae3e61
commit
c5bb830757
|
@ -111,6 +111,7 @@ define([
|
|||
};
|
||||
|
||||
var drawPreview = Cryptpad.throttle(function () {
|
||||
if (CodeMirror.highlightMode !== 'markdown') { return; }
|
||||
DiffMd.apply(DiffMd.render(editor.getValue()), $preview);
|
||||
}, 150);
|
||||
|
||||
|
|
Loading…
Reference in New Issue