Skip to content

Commit

Permalink
Merge pull request #46896 from nextcloud/fix/files-actions-contaniner
Browse files Browse the repository at this point in the history
fix(files): Set container for file list actions
  • Loading branch information
AndyScherzinger authored Jul 31, 2024
2 parents f4eff74 + 1bedc2c commit 2d299d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions apps/files/src/components/FilesListTableHeaderActions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<template>
<div class="files-list__column files-list__row-actions-batch">
<NcActions ref="actionsMenu"
container="#app-content-vue"
:disabled="!!loading || areSomeNodesLoading"
:force-name="true"
:inline="inlineActions"
Expand Down
4 changes: 2 additions & 2 deletions dist/files-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/files-main.js.map

Large diffs are not rendered by default.

0 comments on commit 2d299d9

Please sign in to comment.