1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-04 16:31:13 +00:00
This commit is contained in:
Michael An
2019-03-18 18:09:37 +08:00
committed by Daniel Pan
parent 3472f3c5a6
commit 3fb757f83c
2 changed files with 1 additions and 3 deletions

View File

@@ -306,7 +306,7 @@ class MutipleDirOperationToolbar extends React.Component {
}
getDirentPath = (dirent) => {
if (dirent) return Utils.joinPath(this.state.path, dirent.name);
if (dirent) return Utils.joinPath(this.props.path, dirent.name);
}
render() {