1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-06 09:21:54 +00:00

Merge branch '7.0'

This commit is contained in:
plt
2019-08-14 13:36:49 +08:00
2 changed files with 8 additions and 8 deletions

View File

@@ -715,7 +715,7 @@ class MarkdownEditor extends React.Component {
}
}
backToParentDirectory = () => {
openParentDirectory = () => {
window.location.href = editorUtilities.getParentDectionaryUrl();
}
@@ -783,7 +783,7 @@ class MarkdownEditor extends React.Component {
collabUsers={this.state.collabUsers}
fileInfo={this.state.fileInfo}
toggleStar={this.toggleStar}
backToParentDirectory={this.backToParentDirectory}
openParentDirectory={this.openParentDirectory}
openDialogs={this.openDialogs}
toggleShareLinkDialog={this.toggleShareLinkDialog}
onEdit={this.onEdit}