Merge pull request #46896 from nextcloud/fix/files-actions-contaniner

fix(files): Set container for file list actions
This commit is contained in:
Andy Scherzinger 2024-07-31 11:11:41 +02:00 committed by GitHub
commit 2d299d9da7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 3 deletions

View file

@ -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"

4
dist/files-main.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long