diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2023-04-21 15:33:08 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2023-04-21 15:33:08 +0200 |
commit | 2b726fa2dd1597b53159fbdf14936ee4cfbf4999 (patch) | |
tree | 4fbe6c4b677c6e4d68396a5b821f3b0a5077d1fb /apps/files | |
parent | dd3d689e04a5e1d558da937ca72980e0e2c7c404 (diff) | |
download | nextcloud-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.vue | 1 |
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" |