mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
Update lib/client/keyBinding.js
This commit is contained in:
parent
35e6db8fe0
commit
4d7dbee4ca
1 changed files with 2 additions and 3 deletions
|
|
@ -34,9 +34,8 @@ CloudCommander.keyBinding=(function(){
|
|||
|
||||
lTabPanel[lId] = lCurrentFile;
|
||||
|
||||
lPanel = Util.getPanel({active:false});
|
||||
lId = lPanel.id;
|
||||
|
||||
lId = (lId === 'right')? 'left':'right';
|
||||
|
||||
if(lTabPanel[lId])
|
||||
lTabPanel[lId].className = lCURRENT_FILE;
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue