MDL-76729 filepicker: Restore file picker thumbnails in tree view

This commit is contained in:
james-cnz
2023-01-10 11:49:28 +13:00
parent da216a5545
commit 77e664ce4a
+1 -3
View File
@@ -736,9 +736,7 @@ M.form_filemanager.init = function(Y, options) {
this.lazyloading={};
}
this.filemanager.one('.fp-content').fp_display_filelist(options, list, this.lazyloading);
if (this.viewmode != 2) {
this.content_scrolled();
}
this.content_scrolled();
// This is used to focus after refreshing the list files by update file and set main file action.
if (actionfiles !== undefined) {
if (actionfiles.action == 'updatefile' || actionfiles.action == 'setmainfile') {