fix:修复文章被转义的问题

This commit is contained in:
lifei6671
2018-09-05 18:52:00 +08:00
parent 1ec965a2d1
commit 886cacdafa
2 changed files with 2 additions and 6 deletions

View File

@@ -42,7 +42,6 @@ $(function () {
};
this.addKeyMap(keyMap);
console.log("加载完成")
uploadImage("docEditor", function ($state, $res) {
console.log("注册上传图片")
if ($state === "before") {
@@ -56,9 +55,6 @@ $(function () {
}
}
});
window.isLoad = true;
this.insertValue($("#blogRawMarkdown").html());
this.setCursor({ line: 0, ch: 0 });
},
onchange: function () {
resetEditorChanged(true);