Skip to content

Commit

Permalink
Merge pull request #6946 from nextcloud/fix/fix-6866-Thread_envelope_…
Browse files Browse the repository at this point in the history
…menu_stays_in_more_actions_after_closing

Return to primary actions if envelope actions are closed with more actions open
  • Loading branch information
GretaD authored Aug 5, 2023
2 parents de8e500 + 83a217c commit 805c064
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Envelope.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
:title="addresses"
:details="formatted()"
@click="onClick"
@click.ctrl="toggleSelected">
@click.ctrl="toggleSelected"
@update:menuOpen="moreActionsOpen=false">
<template #icon>
<Star
v-if="data.flags.flagged"
Expand Down

0 comments on commit 805c064

Please sign in to comment.