Skip to content

Commit ee26c40

Browse files
author
Paul Bakaus
committed
draggable: changed default for scroll option to true
1 parent ca2976d commit ee26c40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/draggable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var defaults = {
2525
refreshPositions: false,
2626
revert: false,
2727
revertDuration: 500,
28-
scroll: false,
28+
scroll: true,
2929
scrollSensitivity: 20,
3030
scrollSpeed: 20,
3131
scope: "default",

ui/ui.draggable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ $.extend($.ui.draggable, {
378378
revert: false,
379379
revertDuration: 500,
380380
scope: "default",
381-
scroll: false,
381+
scroll: true,
382382
scrollSensitivity: 20,
383383
scrollSpeed: 20,
384384
snap: false,

0 commit comments

Comments
 (0)