mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Stop show animation on hide. Now that we don't reuse the tooltip
element, we can safely do that.
This commit is contained in:
parent
e609bebaae
commit
3950a0515d
1
ui/jquery.ui.tooltip.js
vendored
1
ui/jquery.ui.tooltip.js
vendored
@ -111,6 +111,7 @@ $.widget("ui.tooltip", {
|
||||
var tooltip = this._find( target );
|
||||
target.removeAttr( "aria-describedby" );
|
||||
|
||||
tooltip.stop();
|
||||
this._hide( tooltip, this.options.hide, function() {
|
||||
$( this ).remove();
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user