Web: Files: fixed archive/unarchive actions

This commit is contained in:
Nikita Gopienko 2024-05-07 17:32:10 +03:00
parent e63d975fe5
commit 1b07ae5aac

View File

@ -1211,6 +1211,11 @@ class FilesActionStore {
}
// this.updateCurrentFolder(null, null, null, operationId);
this.dialogsStore.setIsFolderActions(false);
return setTimeout(
() => clearSecondaryProgressData(operationId),
TIMEOUT,
);
})
.then(() => {
@ -1264,6 +1269,11 @@ class FilesActionStore {
await this.uploadDataStore.loopFilesOperations(data, pbData);
// this.updateCurrentFolder(null, [items], null, operationId);
this.dialogsStore.setIsFolderActions(false);
return setTimeout(
() => clearSecondaryProgressData(operationId),
TIMEOUT,
);
})
.then(() => {