mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 10:09:04 +00:00
minor changes
This commit is contained in:
parent
8b0bb3546e
commit
4223fa6adf
1 changed files with 2 additions and 1 deletions
|
|
@ -258,7 +258,8 @@ CloudClient._setCurrent=(function(){
|
|||
|
||||
if (this.className === CloudClient.CURRENT_FILE){
|
||||
var lA = this.getElementsByTagName('a');
|
||||
if (lA.length && lA.textContent !== '..'){
|
||||
if (lA.length && lA.textContent !== '..' &&
|
||||
event.keyCode !== 13/*enter*/){
|
||||
lA[0].contentEditable = true;
|
||||
CloudCommander.keyBinded = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue