fix typo
This commit is contained in:
parent
6fc62a771a
commit
36aae1635a
@ -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…
Reference in New Issue
Block a user