mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(dom) processFiles: remove storage only if move
This commit is contained in:
parent
0c99d9caa9
commit
ad29806611
1 changed files with 1 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue