Skip to content
Snippets Groups Projects
Commit 36aae163 authored by HJ's avatar HJ :fire:
Browse files

fix typo

parent 6fc62a77
No related branches found
No related tags found
3 merge requests!1711Update stable - 2.5.0 release,!1585Fixing merge conflicts and lint for report notifications MR,!1540Disjointed popovers
Pipeline #40840 passed
......@@ -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)
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment