summaryrefslogtreecommitdiffstats
path: root/core/src
diff options
context:
space:
mode:
Diffstat (limited to 'core/src')
-rw-r--r--core/src/components/GlobalSearch/SearchableList.vue4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/src/components/GlobalSearch/SearchableList.vue b/core/src/components/GlobalSearch/SearchableList.vue
index e7495afde39..fa4576af60e 100644
--- a/core/src/components/GlobalSearch/SearchableList.vue
+++ b/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>