1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-07 18:03:48 +00:00

change tooltip (#3977)

This commit is contained in:
Michael An
2019-08-13 10:42:21 +08:00
committed by Daniel Pan
parent 120d34073f
commit 8dc7c950a3
2 changed files with 8 additions and 8 deletions

View File

@@ -681,7 +681,7 @@ class MarkdownEditor extends React.Component {
}
}
backToParentDirectory = () => {
openParentDirectory = () => {
window.location.href = editorUtilities.getParentDectionaryUrl();
}
@@ -749,7 +749,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}