mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
sortable: fixed missing placeholder default (fixes #3889)
This commit is contained in:
parent
ec19293915
commit
19aef25f79
@ -995,6 +995,7 @@ $.extend($.ui.sortable, {
|
||||
handle: false,
|
||||
helper: "original",
|
||||
items: '> *',
|
||||
placeholder: false,
|
||||
scope: "default",
|
||||
scroll: true,
|
||||
scrollSensitivity: 20,
|
||||
|
Loading…
Reference in New Issue
Block a user