Browse Source

fix bug

master
pandao 10 years ago
parent
commit
982669e18d
  1. 2
      editormd.amd.js
  2. 2
      editormd.amd.min.js
  3. 2
      editormd.js
  4. 2
      editormd.min.js
  5. 2
      src/editormd.js

2
editormd.amd.js

@ -1951,7 +1951,7 @@
if (settings.saveHTMLToTextarea)
{
this.htmlTextarea.html(newMarkdownDoc);
this.htmlTextarea.val(newMarkdownDoc);
}
if(settings.watch || (!settings.watch && state.preview))

2
editormd.amd.min.js

File diff suppressed because one or more lines are too long

2
editormd.js

@ -1881,7 +1881,7 @@
if (settings.saveHTMLToTextarea)
{
this.htmlTextarea.html(newMarkdownDoc);
this.htmlTextarea.val(newMarkdownDoc);
}
if(settings.watch || (!settings.watch && state.preview))

2
editormd.min.js

File diff suppressed because one or more lines are too long

2
src/editormd.js

@ -1869,7 +1869,7 @@
if (settings.saveHTMLToTextarea)
{
this.htmlTextarea.html(newMarkdownDoc);
this.htmlTextarea.val(newMarkdownDoc);
}
if(settings.watch || (!settings.watch && state.preview))

Loading…
Cancel
Save