mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
fix(key) loadDir: add "/"
This commit is contained in:
parent
5a8252886c
commit
1cd136e029
1 changed files with 1 additions and 1 deletions
|
|
@ -451,7 +451,7 @@ var CloudCmd, Util, DOM;
|
|||
case Key.ENTER:
|
||||
if (Info.isDir)
|
||||
CloudCmd.loadDir({
|
||||
path: DOM.getCurrentPath()
|
||||
path: DOM.getCurrentPath() + '/'
|
||||
});
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue