mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
draggable: changed option cursor default to 'auto' instead of 'default'
This commit is contained in:
parent
b900ea855c
commit
52eb7d14aa
@ -404,7 +404,7 @@ $.extend($.ui.draggable, {
|
||||
connectToSortable: false,
|
||||
containment: false,
|
||||
cssNamespace: "ui",
|
||||
cursor: "default",
|
||||
cursor: "auto",
|
||||
cursorAt: false,
|
||||
delay: 0,
|
||||
distance: 1,
|
||||
|
Loading…
Reference in New Issue
Block a user