mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(listeners) onDblClick: add "/"
This commit is contained in:
parent
799029a2bc
commit
cb7212e7d2
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ var Util, DOM, CloudFunc, CloudCmd;
|
|||
|
||||
if (isDir) {
|
||||
CloudCmd.loadDir({
|
||||
path: path + '/'
|
||||
path: path === '/' ? '/' : path + '/'
|
||||
});
|
||||
|
||||
event.preventDefault();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue