Skip to content

Commit c311f43

Browse files
authored
Merge pull request #30136 from nextcloud/backport/30134/stable23
2 parents e0b61fb + fb0e22a commit c311f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/files/js/gotoplugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
actionHandler: function (fileName, context) {
4747
var fileModel = context.fileInfoModel;
4848
OC.Apps.hideAppSidebar($('.detailsView'));
49-
OCA.Files.App.setActiveView('files');
49+
OCA.Files.App.setActiveView('files', { silent: true });
5050
OCA.Files.App.fileList.changeDirectory(fileModel.get('path'), true, true).then(function() {
5151
OCA.Files.App.fileList.scrollTo(fileModel.get('name'));
5252
});

0 commit comments

Comments
 (0)