Merge branch 'feature_md' of http://106.75.45.236:3000/tongChong/forgeplus-react into gitlink_server

This commit is contained in:
谢思 2022-11-17 15:53:13 +08:00
commit 382c6fc90a
2 changed files with 0 additions and 3 deletions

View File

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

View File

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