Skip to content

Commit

Permalink
Merge pull request #30136 from nextcloud/backport/30134/stable23
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Dec 8, 2021
2 parents e0b61fb + fb0e22a commit c311f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files/js/gotoplugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
actionHandler: function (fileName, context) {
var fileModel = context.fileInfoModel;
OC.Apps.hideAppSidebar($('.detailsView'));
OCA.Files.App.setActiveView('files');
OCA.Files.App.setActiveView('files', { silent: true });
OCA.Files.App.fileList.changeDirectory(fileModel.get('path'), true, true).then(function() {
OCA.Files.App.fileList.scrollTo(fileModel.get('name'));
});
Expand Down

0 comments on commit c311f43

Please sign in to comment.