优化MD编辑器

This commit is contained in:
何童崇 2022-11-17 15:54:35 +08:00
parent d35d0aacdd
commit 0d9cfd16fb
2 changed files with 0 additions and 3 deletions

View File

@ -560,7 +560,6 @@
// 此处影响公式加载 // 此处影响公式加载
editormd.loadScript(loadPath + "marked.min", function () { editormd.loadScript(loadPath + "marked.min", function () {
editormd.$marked = marked; editormd.$marked = marked;
if (settings.previewCodeHighlight) { if (settings.previewCodeHighlight) {

View File

@ -289,8 +289,6 @@ export default ({ mdID, onChange, onCMBeforeChange, onCMBlur, error = false, cla
setEditorInstance(this) setEditorInstance(this)
} }
}) })
console.log('editor_instance');
console.log(editor_instance);
}, [containerId, editorInstance, startInit]) }, [containerId, editorInstance, startInit])