mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 23:20:51 +00:00
update
This commit is contained in:
@@ -275,7 +275,7 @@ class SharedDirView extends React.Component {
|
||||
});
|
||||
}
|
||||
|
||||
onMoveProgressDialogToggle = () => {
|
||||
onProgressDialogToggle = () => {
|
||||
let { asyncOperationProgress } = this.state;
|
||||
if (asyncOperationProgress !== 100) {
|
||||
let taskId = this.state.asyncCopyMoveTaskId;
|
||||
@@ -503,7 +503,7 @@ class SharedDirView extends React.Component {
|
||||
type='copy'
|
||||
asyncOperatedFilesLength={this.state.asyncOperatedFilesLength}
|
||||
asyncOperationProgress={this.state.asyncOperationProgress}
|
||||
toggleDialog={this.onMoveProgressDialogToggle}
|
||||
toggleDialog={this.onProgressDialogToggle}
|
||||
/>
|
||||
)}
|
||||
{this.state.isImagePopupOpen &&
|
||||
|
Reference in New Issue
Block a user