mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
minor changes
This commit is contained in:
parent
761e91af26
commit
c38cd5182e
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