From ad298066116836c78b74bcb44dff7dceb925f6c2 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 28 Aug 2014 04:16:49 -0400 Subject: [PATCH] fix(dom) processFiles: remove storage only if move --- lib/client/dom.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/client/dom.js b/lib/client/dom.js index 793d24f5..68ae1f18 100644 --- a/lib/client/dom.js +++ b/lib/client/dom.js @@ -1534,8 +1534,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog; id = panelPassive.id, dotDot = DOM.getById( '..(' + id + ')'); - if (operation.move) - DOM.Storage.remove(from); + DOM.Storage.remove(from); if (!data) { DOM.setCurrentFile(dotDot);