Browse Source

fix(core): Migrate from deprecated `excludeClickOutsideClasses` to `excludeClickOutsideSelectors`

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen 11 months ago
parent
commit
b74f0dcfe0

+ 1 - 1
core/src/views/UnifiedSearch.vue

@@ -22,7 +22,7 @@
 <template>
 	<NcHeaderMenu id="unified-search"
 		class="unified-search"
-		exclude-click-outside-classes="popover"
+		:exclude-click-outside-selectors="['.popover']"
 		:open.sync="open"
 		:aria-label="ariaLabel"
 		@open="onOpen"

File diff suppressed because it is too large
+ 0 - 0
dist/core-unified-search.js


File diff suppressed because it is too large
+ 0 - 0
dist/core-unified-search.js.map


Some files were not shown because too many files changed in this diff