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 021d5ab + cb30254 commit 05067c5Copy full SHA for 05067c5
apps/files/js/gotoplugin.js
@@ -41,7 +41,7 @@
41
actionHandler: function (fileName, context) {
42
var fileModel = context.fileInfoModel;
43
OC.Apps.hideAppSidebar($('.detailsView'));
44
- OCA.Files.App.setActiveView('files', {silent: true});
+ OCA.Files.App.setActiveView('files');
45
OCA.Files.App.fileList.changeDirectory(fileModel.get('path'), true, true).then(function() {
46
OCA.Files.App.fileList.scrollTo(fileModel.get('name'));
47
});
0 commit comments