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
ed1c7a13a1
commit
8b0bb3546e
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ CloudClient._setCurrent=(function(){
|
|||
|
||||
if (this.className === CloudClient.CURRENT_FILE){
|
||||
var lA = this.getElementsByTagName('a');
|
||||
if (lA.length){
|
||||
if (lA.length && lA.textContent !== '..'){
|
||||
lA[0].contentEditable = true;
|
||||
CloudCommander.keyBinded = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue