Browse Source

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

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
tags/v28.0.0beta1
Ferdinand Thiessen 1 year ago
parent
commit
b74f0dcfe0

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

@@ -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"

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


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


Loading…
Cancel
Save