Fix bug reupload cancelled folder
This commit is contained in:
committed by
Anton Shepilov
parent
0d07312ca4
commit
9789dc24e1
@@ -304,7 +304,7 @@ class FileUploadService {
|
||||
|
||||
// Reset existing uploads
|
||||
for (const rootKey of rootKeys) {
|
||||
if (rootKey in this.groupIds) {
|
||||
if (rootKey in this.groupIds || rootKey in this.rootStates.cancelled) {
|
||||
this.resetStates([rootKey]);
|
||||
} else {
|
||||
// remove from completed states
|
||||
|
||||
Reference in New Issue
Block a user