forked from Gitlink/forgeplus-react
Merge branch 'feature_md' of http://106.75.45.236:3000/tongChong/forgeplus-react into gitlink_server
This commit is contained in:
commit
21a66aaecc
File diff suppressed because one or more lines are too long
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue