Browse Source

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

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
pull/39038/head
Ferdinand Thiessen 2 years ago
parent
commit
b74f0dcfe0
  1. 2
      core/src/views/UnifiedSearch.vue
  2. 4
      dist/core-unified-search.js
  3. 2
      dist/core-unified-search.js.map

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

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

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

Loading…
Cancel
Save