Skip to content

Commit 524a344

Browse files
authored
Merge pull request #12301 from nextcloud/backport/12231/stable14
[14] Set the filemodel before rending the detailsview
2 parents 288991a + 2d153ad commit 524a344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/files/js/filelist.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,8 +568,8 @@
568568
}
569569

570570
this._currentFileModel = model;
571-
this._detailsView.render();
572571
this._detailsView.setFileInfo(model);
572+
this._detailsView.render();
573573
this._detailsView.$el.scrollTop(0);
574574
},
575575

0 commit comments

Comments
 (0)