mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-11 03:42:16 +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 {
|
||||
this.setUploadFileList(this.resumable.files);
|
||||
if (!enableResumableFileUpload) {
|
||||
this.resumable.upload();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
filesAddedComplete = (resumable, files) => {
|
||||
// single file uploading can check repetition, because custom dialog conn't prevent program execution;
|
||||
|
Loading…
Reference in New Issue
Block a user