Merge branch 'disjointed-popovers' into shigusegubu-vue3

* disjointed-popovers:
  fix typo
This commit is contained in:
Henry Jameson 2022-07-31 11:32:47 +03:00
commit f2c4a4d2b3

View file

@ -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)
}
},