mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 08:16:43 -04:00
Merge pull request #8452 from sagorika1996/folder
Descend into newly created folder by clicking enter again
This commit is contained in:
commit
9260474ab6
1 changed files with 2 additions and 0 deletions
|
|
@ -1434,6 +1434,8 @@
|
|||
$tr.addClass('appear transparent');
|
||||
window.setTimeout(function() {
|
||||
$tr.removeClass('transparent');
|
||||
$("#fileList tr").removeClass('mouseOver');
|
||||
$tr.addClass('mouseOver');
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue