diff --git a/editormd.js b/editormd.js index 1f18a47..b901a8b 100644 --- a/editormd.js +++ b/editormd.js @@ -1965,14 +1965,15 @@ save : function() { - if (timer === null) + var _this = this; + var state = this.state; + var settings = this.settings; + + if (timer === null && !(!settings.watch && state.preview)) { return this; } - var _this = this; - var state = this.state; - var settings = this.settings; var cm = this.cm; var cmValue = cm.getValue(); var previewContainer = this.previewContainer;