mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
minor changes
This commit is contained in:
parent
5e1cd819fb
commit
751b4d62ec
2 changed files with 2 additions and 2 deletions
|
|
@ -239,7 +239,6 @@ CloudClient._setCurrent=(function(){
|
|||
/* устанавливаем курсор на файл,
|
||||
* на который нажали */
|
||||
this.className=CloudClient.CURRENT_FILE;
|
||||
console.log(this.offset);
|
||||
}
|
||||
}
|
||||
/* если мы попали сюда с энтера*/
|
||||
|
|
|
|||
|
|
@ -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