mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
fix(files): always force menu
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
This commit is contained in:
parent
dd3d689e04
commit
2b726fa2dd
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue