mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
backed to prevous state
This commit is contained in:
parent
f3739e771f
commit
94d2ad386a
1 changed files with 2 additions and 1 deletions
|
|
@ -34,7 +34,8 @@ CloudCommander.keyBinding=(function(){
|
|||
|
||||
lTabPanel[lId] = lCurrentFile;
|
||||
|
||||
lId = (lId === 'right')? 'left':'right';
|
||||
var lPanel = Util.getPanel({active:false});
|
||||
var lId = lPanel.id;
|
||||
|
||||
if(lTabPanel[lId])
|
||||
lTabPanel[lId].className = lCURRENT_FILE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue