mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
Update lib/client/keyBinding.js
This commit is contained in:
parent
3a8296733f
commit
35e6db8fe0
1 changed files with 3 additions and 1 deletions
|
|
@ -31,10 +31,12 @@ CloudCommander.keyBinding=(function(){
|
|||
/* changing parent panel of curent-file */
|
||||
var lPanel = Util.getPanel();
|
||||
var lId = lPanel.id;
|
||||
|
||||
lTabPanel[lId] = lCurrentFile;
|
||||
|
||||
lPanel = Util.getPanel({active:false});
|
||||
|
||||
lId = lPanel.id;
|
||||
|
||||
if(lTabPanel[lId])
|
||||
lTabPanel[lId].className = lCURRENT_FILE;
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue