mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fix(operation) update panel after error on delete files
This commit is contained in:
parent
ba7cefc48b
commit
ecbf8f2fe5
1 changed files with 1 additions and 1 deletions
|
|
@ -383,7 +383,7 @@ function OperationProto(operation, data) {
|
|||
const delSelected = DOM.deleteSelected;
|
||||
|
||||
if (error)
|
||||
return;
|
||||
return CloudCmd.refresh();
|
||||
|
||||
delSelected(files);
|
||||
Storage.removeMatch(dirPath);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue