diff --git a/lib/client/dom.js b/lib/client/dom.js index 9d33a458..8e2653bc 100644 --- a/lib/client/dom.js +++ b/lib/client/dom.js @@ -1522,7 +1522,9 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog; DOM.setCurrentFile(dotDot); CloudCmd.refresh(dotDot, panelPassive); - DOM.Storage.remove(from); + + if (operation.move) + DOM.Storage.remove(from); }); } }