From ecbf8f2fe509e8831501e747fe4df06bcd6762a2 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 23 Oct 2017 12:40:02 +0300 Subject: [PATCH] fix(operation) update panel after error on delete files --- client/modules/operation/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);