mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
minor changes
This commit is contained in:
parent
3c1dd3c2e8
commit
25c1e325c8
1 changed files with 2 additions and 1 deletions
|
|
@ -36,7 +36,8 @@ CloudCommander.keyBinding=(function(){
|
|||
/* убираем выделение с текущего элемента */
|
||||
lCurrentFile.className='';
|
||||
/* и выделяем предыдущую строку*/
|
||||
lCurrentFile.previousSibling.className=CloudCommander.CURRENT_FILE;
|
||||
lCurrentFile.previousSibling.className = CloudCommander.CURRENT_FILE;
|
||||
console.log(lCurrentFile.nextSibling.offsetTop);
|
||||
event.preventDefault();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue