mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
Merge pull request #12301 from nextcloud/backport/12231/stable14
[14] Set the filemodel before rending the detailsview
This commit is contained in:
commit
524a344d25
1 changed files with 1 additions and 1 deletions
|
|
@ -568,8 +568,8 @@
|
|||
}
|
||||
|
||||
this._currentFileModel = model;
|
||||
this._detailsView.render();
|
||||
this._detailsView.setFileInfo(model);
|
||||
this._detailsView.render();
|
||||
this._detailsView.$el.scrollTop(0);
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue