mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-23 12:27:48 +00:00
Feature/update copy dialog (#7047)
* update copy dirent dialog * optimize code --------- Co-authored-by: zhouwenxuan <aries@Mac.local>
This commit is contained in:
@@ -982,6 +982,7 @@ class DirentListItem extends React.Component {
|
||||
onItemCopy={this.props.onItemCopy}
|
||||
onCancelCopy={this.onItemCopyToggle}
|
||||
repoEncrypted={this.props.repoEncrypted}
|
||||
onAddFolder={this.props.onAddFolder}
|
||||
/>
|
||||
</ModalPortal>
|
||||
}
|
||||
|
@@ -872,6 +872,7 @@ class DirentListView extends React.Component {
|
||||
isMultipleOperation={this.state.isMultipleOperation}
|
||||
onItemsCopy={this.props.onItemsCopy}
|
||||
onCancelCopy={this.onCopyToggle}
|
||||
onAddFolder={this.props.onAddFolder}
|
||||
/>
|
||||
}
|
||||
{this.state.isProgressDialogShow &&
|
||||
|
Reference in New Issue
Block a user