Skip to content

Commit dac3ddd

Browse files
committed
Droppable: Put tolerance in allowed array
1 parent 3914ceb commit dac3ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.droppable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
$.widget("ui.droppable", {
1818
version: "@VERSION",
1919
widgetEventPrefix: "drop",
20-
allowedTolerance: ['touch'],
20+
allowedTolerance: ["touch","intersect"],
2121
options: {
2222
// accept: '*',
2323
// activeClass: false,

0 commit comments

Comments
 (0)