mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fix(listeners) onDblClick: add "/"
This commit is contained in:
parent
a4a18fe920
commit
799029a2bc
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 + '/'
|
||||
});
|
||||
|
||||
event.preventDefault();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue