aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2023-04-21 15:33:08 +0200
committerJohn Molakvoæ <skjnldsv@protonmail.com>2023-04-21 15:33:08 +0200
commit2b726fa2dd1597b53159fbdf14936ee4cfbf4999 (patch)
tree4fbe6c4b677c6e4d68396a5b821f3b0a5077d1fb /apps/files
parentdd3d689e04a5e1d558da937ca72980e0e2c7c404 (diff)
downloadnextcloud-server-2b726fa2dd1597b53159fbdf14936ee4cfbf4999.tar.gz
nextcloud-server-2b726fa2dd1597b53159fbdf14936ee4cfbf4999.zip
fix(files): always force menu
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/src/components/FileEntry.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/src/components/FileEntry.vue b/apps/files/src/components/FileEntry.vue
index 00ff8a3d533..c42327e8821 100644
--- a/apps/files/src/components/FileEntry.vue
+++ b/apps/files/src/components/FileEntry.vue
@@ -75,6 +75,7 @@
:container="boundariesElement"
:disabled="source._loading"
:force-title="true"
+ :force-menu="true"
:inline="enabledInlineActions.length"
:open.sync="openedMenu">
<NcActionButton v-for="action in enabledMenuActions"