From 9e8ff264065a11e8157f56c71df415f4b2a01beb Mon Sep 17 00:00:00 2001 From: WuHuan Date: Sat, 18 Jul 2015 14:31:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9C=AA=E5=AE=9E=E6=97=B6?= =?UTF-8?q?=E9=A2=84=E8=A7=88=E4=B8=8D=E8=83=BD=E5=85=A8=E5=B1=8F=E9=A2=84?= =?UTF-8?q?=E8=A7=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- editormd.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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;