From b534fcccb973bf8d595d09284cd7f6daea15941d Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Tue, 3 Feb 2009 01:22:34 +0000 Subject: [PATCH] sortable: changed sortable option cursor default value to 'auto' instead of 'default' --- ui/ui.sortable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/ui.sortable.js b/ui/ui.sortable.js index 3a2dbc5ec..3bdec915a 100644 --- a/ui/ui.sortable.js +++ b/ui/ui.sortable.js @@ -1000,7 +1000,7 @@ $.extend($.ui.sortable, { connectWith: false, containment: false, cssNamespace: 'ui', - cursor: 'default', + cursor: 'auto', cursorAt: false, delay: 0, distance: 1, -- 2.39.5