mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
feature(client) refresh: add noCurrent
This commit is contained in:
parent
83c8ea7e06
commit
cf42ba4ea4
2 changed files with 14 additions and 7 deletions
|
|
@ -1642,9 +1642,8 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
|
|||
DOM.setCurrentFile(current);
|
||||
};
|
||||
|
||||
CloudCmd.refresh(panelPassive, function() {
|
||||
CloudCmd.refresh(panel, setCurrent);
|
||||
});
|
||||
CloudCmd.refresh(panelPassive, {noCurrent: true});
|
||||
CloudCmd.refresh(panel, setCurrent);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue