mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-14 14:21:23 +00:00
update
This commit is contained in:
@@ -114,8 +114,9 @@ class MarkdownViewerToolbar extends React.Component {
|
|||||||
editorUtilities={this.props.editorUtilities}
|
editorUtilities={this.props.editorUtilities}
|
||||||
fileInfo={this.props.fileInfo}
|
fileInfo={this.props.fileInfo}
|
||||||
showDraftSaved={this.props.showDraftSaved}
|
showDraftSaved={this.props.showDraftSaved}
|
||||||
isLocked={this.props.isLocked}
|
isLocked={isLocked}
|
||||||
isPro={isPro} mediaUrl={mediaUrl}
|
isPro={isPro}
|
||||||
|
mediaUrl={mediaUrl}
|
||||||
isStarred={this.props.fileInfo.isStarred}
|
isStarred={this.props.fileInfo.isStarred}
|
||||||
/>
|
/>
|
||||||
{(this.props.hasDraft && !this.props.isDraft) &&
|
{(this.props.hasDraft && !this.props.isDraft) &&
|
||||||
|
Reference in New Issue
Block a user