mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
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:
parent
36d370b216
commit
7799f6701a
3 changed files with 6 additions and 4 deletions
|
|
@ -21,7 +21,9 @@
|
|||
-->
|
||||
|
||||
<template>
|
||||
<NcPopover :shown="opened">
|
||||
<NcPopover :shown="opened"
|
||||
@show="opened = true"
|
||||
@hide="opened = false">
|
||||
<template #trigger>
|
||||
<slot name="trigger" />
|
||||
</template>
|
||||
|
|
|
|||
4
dist/core-global-search.js
vendored
4
dist/core-global-search.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-global-search.js.map
vendored
2
dist/core-global-search.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue