mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
feature(dom) processFile: rm from storage only if operation is move
This commit is contained in:
parent
4b4e3d42f3
commit
f859d9a3ee
1 changed files with 3 additions and 1 deletions
|
|
@ -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);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue