aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/recentplugin.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/js/recentplugin.js')
-rw-r--r--apps/files/js/recentplugin.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/js/recentplugin.js b/apps/files/js/recentplugin.js
index 524b556a517..c1b013ef1b8 100644
--- a/apps/files/js/recentplugin.js
+++ b/apps/files/js/recentplugin.js
@@ -67,6 +67,11 @@
return new OCA.Files.RecentFileList(
$el, {
fileActions: fileActions,
+ // The file list is created when a "show" event is handled,
+ // so it should be marked as "shown" like it would have been
+ // done if handling the event with the file list already
+ // created.
+ shown: true
}
);
},