Commit 0aa90ab0 authored by Van's avatar Van

🐛 预览页面没有被重置

parent 1acd07d3
......@@ -420,7 +420,7 @@ admin.article = {
}
});
$(".markdown-preview-main").html("");
$(".editor-preview-active").html("").removeClass('editor-preview-active');
$("#uploadContent").remove();
},
/**
......
......@@ -604,7 +604,7 @@ span.CodeMirror-selectedtext { background: none; }
padding: 0px 4px;
left: 100%;
background: #FDFDFD;
z-index: 9999;
z-index: 10;
overflow: auto;
-webkit-transition: left 0.2s ease;
-moz-transition: left 0.2s ease;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment