Skip to content

Commit 3950a05

Browse files
committed
Stop show animation on hide. Now that we don't reuse the tooltip
element, we can safely do that.
1 parent e609beb commit 3950a05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/jquery.ui.tooltip.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ $.widget("ui.tooltip", {
111111
var tooltip = this._find( target );
112112
target.removeAttr( "aria-describedby" );
113113

114+
tooltip.stop();
114115
this._hide( tooltip, this.options.hide, function() {
115116
$( this ).remove();
116117
});

0 commit comments

Comments
 (0)