fix(dom) processFiles: remove storage only if move

This commit is contained in:
coderaiser 2014-08-28 04:16:49 -04:00
parent 0c99d9caa9
commit ad29806611

View file

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