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

Signed-off-by: Christopher Ng <chrng8@gmail.com>
pull/43589/head
Christopher Ng 4 months ago
parent 47ebc1119a
commit 810bb64028

@ -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