mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
Sortable: Fixed #4017: Revert opacity after sort.
This commit is contained in:
@@ -937,7 +937,7 @@ $.widget("ui.sortable", $.extend({}, $.ui.mouse, {
|
||||
|
||||
//Do what was originally in plugins
|
||||
if(this._storedCursor) $('body').css("cursor", this._storedCursor); //Reset cursor
|
||||
if(this._storedOpacity) this.helper.css("opacity", this._storedCursor); //Reset cursor
|
||||
if(this._storedOpacity) this.helper.css("opacity", this._storedOpacity); //Reset cursor
|
||||
if(this._storedZIndex) this.helper.css("zIndex", this._storedZIndex == 'auto' ? '' : this._storedZIndex); //Reset z-index
|
||||
|
||||
this.dragging = false;
|
||||
|
||||
Reference in New Issue
Block a user