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