mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
minor changes
This commit is contained in:
parent
c19c58bdbb
commit
2eb50abf66
2 changed files with 2 additions and 2 deletions
|
|
@ -52,7 +52,8 @@ CloudCommander.keyBinding=(function(){
|
|||
/* убираем с него выделение */
|
||||
lCurrentFile.className='';
|
||||
/* выделяем следующую строку*/
|
||||
lCurrentFile.nextSibling.className=CloudCommander.CURRENT_FILE;
|
||||
lCurrentFile.nextSibling.className = CloudCommander.CURRENT_FILE;
|
||||
console.log(lCurrentFile.nextSibling.offset);
|
||||
event.preventDefault();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue