Skip to content

Commit

Permalink
Close participants filter after click
Browse files Browse the repository at this point in the history
Signed-off-by: Marco <marcoambrosini@icloud.com>
  • Loading branch information
marcoambrosini committed Nov 13, 2023
1 parent 36d370b commit ca14d09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/src/components/GlobalSearch/SearchableList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
-->

<template>
<NcPopover :shown="opened">
<NcPopover :shown="opened"
@show="opened = true"
@hide="opened = false">
<template #trigger>
<slot name="trigger" />
</template>
Expand Down

0 comments on commit ca14d09

Please sign in to comment.