Skip to content

Commit

Permalink
fix(files): Close submenu actions after click like top-level actions
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <chrng8@gmail.com>
  • Loading branch information
Pytal committed Mar 8, 2024
1 parent 47ebc11 commit 810bb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files/src/components/FileEntry/FileEntryActions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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)">
Expand Down

0 comments on commit 810bb64

Please sign in to comment.