mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Droppable: Put tolerance in allowed array
This commit is contained in:
parent
3914cebe66
commit
dac3dddd9e
2
ui/jquery.ui.droppable.js
vendored
2
ui/jquery.ui.droppable.js
vendored
@ -17,7 +17,7 @@
|
||||
$.widget("ui.droppable", {
|
||||
version: "@VERSION",
|
||||
widgetEventPrefix: "drop",
|
||||
allowedTolerance: ['touch'],
|
||||
allowedTolerance: ["touch","intersect"],
|
||||
options: {
|
||||
// accept: '*',
|
||||
// activeClass: false,
|
||||
|
Loading…
Reference in New Issue
Block a user