Merge pull request #41405 from nextcloud/bugfix/close-participants-filter-after-click

Close participants filter after click
This commit is contained in:
F. E Noel Nfebe 2023-11-13 18:08:37 +01:00 committed by GitHub
commit 3e0f5eaa91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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