Skip to content

Commit

Permalink
Merge pull request #41405 from nextcloud/bugfix/close-participants-fi…
Browse files Browse the repository at this point in the history
…lter-after-click

Close participants filter after click
  • Loading branch information
nfebe authored Nov 13, 2023
2 parents eaaf954 + a8c1008 commit 3e0f5ea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
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
4 changes: 2 additions & 2 deletions dist/core-global-search.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core-global-search.js.map

Large diffs are not rendered by default.

0 comments on commit 3e0f5ea

Please sign in to comment.