This commit is contained in:
Henry Jameson 2022-07-31 11:30:52 +03:00
parent 6fc62a771a
commit 36aae1635a
1 changed files with 1 additions and 1 deletions

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