mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
fix(dom) udpateCurrentInfo: files -> files.children
This commit is contained in:
parent
429381e24f
commit
6de4b4d601
1 changed files with 1 additions and 1 deletions
|
|
@ -2164,7 +2164,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
|
|||
info.dirPath = Cmd.getCurrentDirPath();
|
||||
info.element = current;
|
||||
info.ext = Util.getExtension(name);
|
||||
info.files = files,
|
||||
info.files = files.children,
|
||||
info.first = files.firstChild;
|
||||
info.getData = Cmd.getCurrentData;
|
||||
info.last = files.lastChild;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue