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