Browse Source

Close participants filter after click

Signed-off-by: Marco <marcoambrosini@icloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
pull/41405/head
Marco 2 years ago
committed by nextcloud-command
parent
commit
7799f6701a
  1. 4
      core/src/components/GlobalSearch/SearchableList.vue
  2. 4
      dist/core-global-search.js
  3. 2
      dist/core-global-search.js.map

4
core/src/components/GlobalSearch/SearchableList.vue

@ -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
File diff suppressed because it is too large
View File

2
dist/core-global-search.js.map
File diff suppressed because it is too large
View File

Loading…
Cancel
Save