mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-28 13:38:05 -05:00
draggable: changed default for scroll option to true
This commit is contained in:
@@ -25,7 +25,7 @@ var defaults = {
|
||||
refreshPositions: false,
|
||||
revert: false,
|
||||
revertDuration: 500,
|
||||
scroll: false,
|
||||
scroll: true,
|
||||
scrollSensitivity: 20,
|
||||
scrollSpeed: 20,
|
||||
scope: "default",
|
||||
|
||||
@@ -378,7 +378,7 @@ $.extend($.ui.draggable, {
|
||||
revert: false,
|
||||
revertDuration: 500,
|
||||
scope: "default",
|
||||
scroll: false,
|
||||
scroll: true,
|
||||
scrollSensitivity: 20,
|
||||
scrollSpeed: 20,
|
||||
snap: false,
|
||||
|
||||
Reference in New Issue
Block a user