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", {
|
$.widget("ui.droppable", {
|
||||||
version: "@VERSION",
|
version: "@VERSION",
|
||||||
widgetEventPrefix: "drop",
|
widgetEventPrefix: "drop",
|
||||||
allowedTolerance: ['touch'],
|
allowedTolerance: ["touch","intersect"],
|
||||||
options: {
|
options: {
|
||||||
// accept: '*',
|
// accept: '*',
|
||||||
// activeClass: false,
|
// activeClass: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user