Merge branch 'disjointed-popovers' into shigusegubu-vue3
* disjointed-popovers: fix typo
This commit is contained in:
commit
f2c4a4d2b3
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ const Popover = {
|
|||
}
|
||||
},
|
||||
onMouseleave (e) {
|
||||
if (this.trigger === 'hover' && this.childrenShown.size > 0) {
|
||||
if (this.trigger === 'hover' && this.childrenShown.size === 0) {
|
||||
this.graceTimeout = setTimeout(() => this.hidePopover(), 1)
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue