mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Merge pull request #36331 from tpayen/fix/globalNewButton
fix(files) Call .action of local element instead of global page
This commit is contained in:
commit
3ff568342b
1 changed files with 1 additions and 1 deletions
|
|
@ -3859,7 +3859,7 @@
|
|||
this._newFileMenu = new OCA.Files.NewFileMenu({
|
||||
fileList: this
|
||||
});
|
||||
$('.actions').append(this._newFileMenu.$el);
|
||||
this.$el.find('.files-controls .actions').append(this._newFileMenu.$el);
|
||||
}
|
||||
this._newFileMenu.showAt($target);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue