diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js index 9cc1856d52..8b12cce51d 100644 --- a/apps/files/js/filelist.js +++ b/apps/files/js/filelist.js @@ -576,8 +576,8 @@ } this._currentFileModel = model; - this._detailsView.render(); this._detailsView.setFileInfo(model); + this._detailsView.render(); this._detailsView.$el.scrollTop(0); },