mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #30134 from nextcloud/fix/noid/file-action-view-in-folder
Do not trigger events when setting active view in gotoplugin
This commit is contained in:
commit
2594d9ec35
1 changed files with 1 additions and 1 deletions
|
|
@ -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'));
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue