mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
fixed memory leak
This commit is contained in:
parent
28d64f276f
commit
ec31fd2c58
@ -99,7 +99,7 @@ $.widget( "ui.draggable", $.ui.mouse, {
|
||||
this._removeHandleClassName();
|
||||
this._mouseDestroy();
|
||||
|
||||
if ($.ui.ddmanager) {
|
||||
if ( $.ui.ddmanager ) {
|
||||
$.ui.ddmanager.current = null;
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user