Draggable: Changed mouse's cancel option from ":input,button" to ":input" (button is redundant).

This commit is contained in:
Scott González 2008-06-18 14:29:53 +00:00
parent de4266422e
commit b057a04d5a

View File

@ -265,7 +265,7 @@ $.extend($.ui.draggable, {
defaults: {
appendTo: "parent",
axis: false,
cancel: ":input,button",
cancel: ":input",
delay: 0,
distance: 1,
helper: "original"