mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
draggable: changed option cursor default to 'auto' instead of 'default'
This commit is contained in:
@@ -404,7 +404,7 @@ $.extend($.ui.draggable, {
|
||||
connectToSortable: false,
|
||||
containment: false,
|
||||
cssNamespace: "ui",
|
||||
cursor: "default",
|
||||
cursor: "auto",
|
||||
cursorAt: false,
|
||||
delay: 0,
|
||||
distance: 1,
|
||||
|
||||
Reference in New Issue
Block a user