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

repair encryption library move and copy bugs (#3082)

This commit is contained in:
zxj96
2019-03-08 17:38:28 +08:00
committed by Daniel Pan
parent 2fb1e9f866
commit e854970094
3 changed files with 8 additions and 2 deletions

View File

@@ -429,6 +429,7 @@ class DirentListItem extends React.Component {
isMutipleOperation={this.state.isMutipleOperation}
onItemMove={this.props.onItemMove}
onCancelMove={this.onItemMoveToggle}
currentRepoInfo={this.props.currentRepoInfo}
/>
</ModalPortal>
}
@@ -441,6 +442,7 @@ class DirentListItem extends React.Component {
isMutipleOperation={this.state.isMutipleOperation}
onItemCopy={this.props.onItemCopy}
onCancelCopy={this.onItemCopyToggle}
currentRepoInfo={this.props.currentRepoInfo}
/>
</ModalPortal>
}