Web: Files: fixed folder deletion

This commit is contained in:
Nikita Gopienko 2022-10-18 14:27:52 +03:00
parent 26d4e5427f
commit a0128b4e59

View File

@ -296,7 +296,7 @@ class FilesActionStore {
return toastr.success(translations.FolderRemoved);
};
if (withPaging) {
if (withPaging || this.dialogsStore.isFolderActions) {
this.updateCurrentFolder(fileIds, folderIds, false);
showToast();
} else {