Skip to content

Commit

Permalink
Use update:menuOpen event on ListItem to change moreActionsOpen to false
Browse files Browse the repository at this point in the history
Signed-off-by: julia.kirschenheuter <[email protected]>
  • Loading branch information
JuliaKirschenheuter authored and GretaD committed Aug 4, 2023
1 parent 976919a commit 276645d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Envelope.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
:details="formatted()"
@click="onClick"
@click.ctrl="toggleSelected">
@update:menuOpen="moreActionsOpen = false">
<template #icon>
<Star
v-if="data.flags.flagged"
Expand Down

0 comments on commit 276645d

Please sign in to comment.