Skip to content

Commit b057a04

Browse files
committed
Draggable: Changed mouse's cancel option from ":input,button" to ":input" (button is redundant).
1 parent de42664 commit b057a04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/ui.draggable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ $.extend($.ui.draggable, {
265265
defaults: {
266266
appendTo: "parent",
267267
axis: false,
268-
cancel: ":input,button",
268+
cancel: ":input",
269269
delay: 0,
270270
distance: 1,
271271
helper: "original"

0 commit comments

Comments
 (0)