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

This commit is contained in:
谢思 2022-11-16 15:13:43 +08:00
commit 21a66aaecc
2 changed files with 2 additions and 829 deletions

File diff suppressed because one or more lines are too long

View File

@ -106,7 +106,7 @@ function create_editorMD(id, width, high, placeholder, imageUrl, callback, initV
let react_id = `react_${id}`;
const __that = window[react_id]
// Using "||" set icons align right.
const icons = ["bold", "italic", "|", "list-ul", "list-ol", "|", "code", "code-block", "link", "|", "testIcon", "testIcon1", '|', "image", "table", '|', "line-break", "watch", "clear"];
const icons = ["bold", "italic", "|", "list-ul", "list-ol", "|", "code", "code-block", "link", "|", "testIcon", "testIcon1", '|', "image", "table", '|', "line-break", "watch", "clear","fullscreen"];
// 试卷处用到的填空题新增按钮
if (__that.props.showNullButton) {
icons.push('nullBtton')