Skip to content

Commit

Permalink
Merge pull request #12301 from nextcloud/backport/12231/stable14
Browse files Browse the repository at this point in the history
[14] Set the filemodel before rending the detailsview
  • Loading branch information
rullzer authored Nov 6, 2018
2 parents 288991a + 2d153ad commit 524a344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files/js/filelist.js
Original file line number Diff line number Diff line change
Expand Up @@ -568,8 +568,8 @@
}

this._currentFileModel = model;
this._detailsView.render();
this._detailsView.setFileInfo(model);
this._detailsView.render();
this._detailsView.$el.scrollTop(0);
},

Expand Down

0 comments on commit 524a344

Please sign in to comment.