mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-02-04 19:25:07 -05:00
Draggable: Fixed # 3808: Setting default opacity to null (preserve current opacity).
This commit is contained in:
@@ -21,7 +21,7 @@ var defaults = {
|
||||
handle: false,
|
||||
helper: "original",
|
||||
iframeFix: false,
|
||||
opacity: 1.0,
|
||||
opacity: null,
|
||||
refreshPositions: false,
|
||||
revert: false,
|
||||
revertDuration: 500,
|
||||
|
||||
@@ -410,7 +410,7 @@ $.extend($.ui.draggable, {
|
||||
handle: false,
|
||||
helper: "original",
|
||||
iframeFix: false,
|
||||
opacity: 1,
|
||||
opacity: null,
|
||||
refreshPositions: false,
|
||||
revert: false,
|
||||
revertDuration: 500,
|
||||
|
||||
Reference in New Issue
Block a user