We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 050b93b commit 7e4997dCopy full SHA for 7e4997d
src/ui-scripts/tooltip/tooltipcontext.js
@@ -55,7 +55,11 @@ TooltipContext.prototype = new function()
55
{
56
this.clear_show_timeout();
57
if (!keep_context && this.current_tooltip)
58
+ {
59
+ if (this.last_event)
60
+ this.handle_mouse_leave(this.last_event);
61
this.current_tooltip.onhide();
62
+ }
63
64
this._clear_last_handler_eles();
65
this.tooltip_ele.innerHTML = "";
0 commit comments