mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-02-05 01:15:06 -05:00
sortable: fixed missing handle default (fixes #3889)
This commit is contained in:
@@ -992,6 +992,7 @@ $.extend($.ui.sortable, {
|
||||
dropOnEmpty: true,
|
||||
forcePlaceholderSize: false,
|
||||
forceHelperSize: false,
|
||||
handle: false,
|
||||
helper: "original",
|
||||
items: '> *',
|
||||
scope: "default",
|
||||
|
||||
Reference in New Issue
Block a user