mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-20 19:08:21 +00:00
[file chooser] directly open current folder for 'mv/cp dialog'
This commit is contained in:
@@ -255,7 +255,8 @@ class LibSubFolderSerGroupPermissionDialog extends React.Component {
|
||||
if (this.state.showFileChooser) {
|
||||
return (
|
||||
<div>
|
||||
<FileChooser repoID={this.props.repoID}
|
||||
<FileChooser
|
||||
repoID={this.props.repoID}
|
||||
mode={'only_current_library'}
|
||||
onDirentItemClick={this.toggleSubFolder}
|
||||
onRepoItemClick={this.onRepoItemClick}
|
||||
|
Reference in New Issue
Block a user