Close participants filter after click

Signed-off-by: Marco <marcoambrosini@icloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
Marco 2023-11-13 17:40:14 +09:00 committed by nextcloud-command
parent 36d370b216
commit 7799f6701a
3 changed files with 6 additions and 4 deletions

View file

@ -21,7 +21,9 @@
-->
<template>
<NcPopover :shown="opened">
<NcPopover :shown="opened"
@show="opened = true"
@hide="opened = false">
<template #trigger>
<slot name="trigger" />
</template>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long