mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fix(dom) processFiles refresh: add callback
This commit is contained in:
parent
5e1875d355
commit
1eaa6f5a47
1 changed files with 1 additions and 2 deletions
|
|
@ -1656,8 +1656,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
|
|||
DOM.setCurrentFile(current);
|
||||
};
|
||||
|
||||
CloudCmd.refresh(panelPassive, {noCurrent: true});
|
||||
|
||||
CloudCmd.refresh(panelPassive, {noCurrent: true}, function() {});
|
||||
CloudCmd.refresh(panel, setCurrent);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue