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);