mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
do not trigger events when setting active view in gotoplugin
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
This commit is contained in:
parent
e653cd2d7b
commit
1f08556e47
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,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