mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
fixed bug with current file setted up to menu item
This commit is contained in:
parent
a2ee2c3512
commit
51b034a29d
1 changed files with 2 additions and 1 deletions
|
|
@ -165,7 +165,8 @@ var CloudCommander, $;
|
|||
else if(lElement.tagName === 'SPAN')
|
||||
lParent = lElement.parentElement;
|
||||
|
||||
Util.setCurrentFile(lParent);
|
||||
if(lParent.className === '')
|
||||
Util.setCurrentFile(lParent);
|
||||
}
|
||||
|
||||
/* show invisible menu layer */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue