diff --git a/client/modules/operation/index.js b/client/modules/operation/index.js index 12e6bf75..6bcfe589 100644 --- a/client/modules/operation/index.js +++ b/client/modules/operation/index.js @@ -383,7 +383,7 @@ function OperationProto(operation, data) { const delSelected = DOM.deleteSelected; if (error) - return; + return CloudCmd.refresh(); delSelected(files); Storage.removeMatch(dirPath);