1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-08 02:10:24 +00:00

update seafile-editor import method

This commit is contained in:
shanshuirenjia
2022-05-25 15:22:43 +08:00
parent 99dc94eeb3
commit db8c2b6ab2
13 changed files with 14 additions and 17 deletions

View File

@@ -92,7 +92,8 @@ class RichMarkdownEditor extends React.Component {
<MarkdownEditor
scriptSource={this.props.scriptSource}
value={value}
editor={this.editor}
onSave={this.props.onSave}
editorApi={this.props.editorApi}
onChange={this.props.onChange}
resetRichValue={this.props.resetRichValue}
isSupportComment={this.state.isSupportComment}