aboutsummaryrefslogtreecommitdiffstats
path: root/ui/widgets/tooltip.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/widgets/tooltip.js')
-rw-r--r--ui/widgets/tooltip.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/widgets/tooltip.js b/ui/widgets/tooltip.js
index a8f45bc87..9a3a59063 100644
--- a/ui/widgets/tooltip.js
+++ b/ui/widgets/tooltip.js
@@ -452,6 +452,10 @@ $.widget( "ui.tooltip", {
},
_removeTooltip: function( tooltip ) {
+
+ // Clear the interval for delayed tracking tooltips
+ clearInterval( this.delayedShow );
+
tooltip.remove();
delete this.tooltips[ tooltip.attr( "id" ) ];
},