We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0b61fb + fb0e22a commit c311f43Copy full SHA for c311f43
apps/files/js/gotoplugin.js
@@ -46,7 +46,7 @@
46
actionHandler: function (fileName, context) {
47
var fileModel = context.fileInfoModel;
48
OC.Apps.hideAppSidebar($('.detailsView'));
49
- OCA.Files.App.setActiveView('files');
+ OCA.Files.App.setActiveView('files', { silent: true });
50
OCA.Files.App.fileList.changeDirectory(fileModel.get('path'), true, true).then(function() {
51
OCA.Files.App.fileList.scrollTo(fileModel.get('name'));
52
});
0 commit comments