1
0
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:
Aries
2024-11-18 21:21:33 +08:00
committed by GitHub
parent 2531c48f2d
commit e999be4320
12 changed files with 277 additions and 83 deletions

View File

@@ -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>
}

View File

@@ -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 &&