mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(key) ";" -> ","
This commit is contained in:
parent
3cfa218d68
commit
3100d370cd
1 changed files with 1 additions and 2 deletions
|
|
@ -163,9 +163,8 @@ var CloudCmd, Util, DOM;
|
|||
|
||||
switch (lKeyCode) {
|
||||
case Key.TAB:
|
||||
/* changing parent panel of curent-file */
|
||||
var lFirstFileOnList,
|
||||
lPanel = Info.panel;
|
||||
lPanel = Info.panel,
|
||||
lId = lPanel.id;
|
||||
|
||||
lTabPanel[lId] = lCurrent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue