remove-mods-files
Henry Jameson 2 years ago
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…
Cancel
Save