mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-12 12:22:13 +00:00
repair mutiple resumable bug
This commit is contained in:
parent
0df5eb12c2
commit
f007e58c0e
@ -188,9 +188,11 @@ class FileUploader extends React.Component {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
this.setUploadFileList(this.resumable.files);
|
this.setUploadFileList(this.resumable.files);
|
||||||
|
if (!enableResumableFileUpload) {
|
||||||
this.resumable.upload();
|
this.resumable.upload();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
filesAddedComplete = (resumable, files) => {
|
filesAddedComplete = (resumable, files) => {
|
||||||
// single file uploading can check repetition, because custom dialog conn't prevent program execution;
|
// single file uploading can check repetition, because custom dialog conn't prevent program execution;
|
||||||
|
Loading…
Reference in New Issue
Block a user