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:
@@ -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>
|
||||
}
|
||||
|
Reference in New Issue
Block a user