mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
fix(files): Close submenu actions after click like top-level actions
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
47ebc1119a
commit
810bb64028
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@
|
|||
:key="action.id"
|
||||
:class="`files-list__row-action-${action.id}`"
|
||||
class="files-list__row-action--submenu"
|
||||
:close-after-click="false /* never close submenu, just go back */"
|
||||
close-after-click
|
||||
:data-cy-files-list-row-action="action.id"
|
||||
:title="action.title?.([source], currentView)"
|
||||
@click="onActionClick(action)">
|
||||
|
|
|
|||
Loading…
Reference in a new issue