mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Draggable: Changed mouse's cancel option from ":input,button" to ":input" (button is redundant).
This commit is contained in:
parent
de4266422e
commit
b057a04d5a
@ -265,7 +265,7 @@ $.extend($.ui.draggable, {
|
||||
defaults: {
|
||||
appendTo: "parent",
|
||||
axis: false,
|
||||
cancel: ":input,button",
|
||||
cancel: ":input",
|
||||
delay: 0,
|
||||
distance: 1,
|
||||
helper: "original"
|
||||
|
Loading…
Reference in New Issue
Block a user