fix(core): Migrate from deprecated excludeClickOutsideClasses to excludeClickOutsideSelectors

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen 2023-06-27 21:34:40 +02:00
parent c3982b7994
commit b74f0dcfe0
3 changed files with 4 additions and 4 deletions

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"

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long