Merge pull request #8452 from sagorika1996/folder

Descend into newly created folder by clicking enter again
This commit is contained in:
Morris Jobke 2018-04-11 17:58:42 +02:00 committed by GitHub
commit 9260474ab6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1434,6 +1434,8 @@
$tr.addClass('appear transparent');
window.setTimeout(function() {
$tr.removeClass('transparent');
$("#fileList tr").removeClass('mouseOver');
$tr.addClass('mouseOver');
});
}