Browse Source

fix(files): Close submenu actions after click like top-level actions

Signed-off-by: Christopher Ng <chrng8@gmail.com>
tags/v29.0.0beta2
Christopher Ng 3 months ago
parent
commit
810bb64028
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/files/src/components/FileEntry/FileEntryActions.vue

+ 1
- 1
apps/files/src/components/FileEntry/FileEntryActions.vue View File

@@ -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…
Cancel
Save