This commit is contained in:
Henry Jameson 2022-07-31 11:30:52 +03:00
parent 6fc62a771a
commit 36aae1635a

View File

@ -234,7 +234,7 @@ const Popover = {
} }
}, },
onMouseleave (e) { onMouseleave (e) {
if (this.trigger === 'hover' && this.childrenShown.size > 0) { if (this.trigger === 'hover' && this.childrenShown.size === 0) {
this.graceTimeout = setTimeout(() => this.hidePopover(), 1) this.graceTimeout = setTimeout(() => this.hidePopover(), 1)
} }
}, },