mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-04 00:20:07 +00:00
fix-bug (#3129)
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user