mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(operation) set next file current when can not delete
This commit is contained in:
parent
37d0d70482
commit
e91620d17f
1 changed files with 2 additions and 0 deletions
|
|
@ -270,6 +270,8 @@ function deleteSilent(files = DOM.getActiveFiles()) {
|
|||
const Storage = DOM.Storage;
|
||||
const dirPath = Info.dirPath;
|
||||
|
||||
DOM.setCurrentByName(prevCurrent);
|
||||
|
||||
!e && CloudCmd.refresh({
|
||||
currentName
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue