mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
fixed bug with tab
This commit is contained in:
parent
83cc1923b4
commit
326ef818ab
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ CloudCommander.keyBinding = (function(){
|
|||
|
||||
|
||||
if(lTabPanel[lId])
|
||||
Util.setCurrentFile(lTabPanel[lId].className);
|
||||
Util.setCurrentFile(lTabPanel[lId]);
|
||||
else{
|
||||
var lFirstFileOnList =
|
||||
lPanel.getElementsByTagName('li')[2];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue