1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-05 08:53:14 +00:00

repair move&copy bug (#3091)

This commit is contained in:
杨顺强
2019-03-11 11:14:49 +08:00
committed by Daniel Pan
parent d0ad828267
commit 0a5bffc45f
5 changed files with 14 additions and 6 deletions

View File

@@ -107,6 +107,7 @@ class LibContentToolbar extends React.Component {
<MutipleDirOperationToolbar
repoID={this.props.repoID}
path={this.props.path}
repoEncrypted={this.props.repoEncrypted}
selectedDirentList={this.props.selectedDirentList}
onItemsMove={this.props.onItemsMove}
onItemsCopy={this.props.onItemsCopy}