droppable and tolerance

droppable and tolerance


Hello,
I'm building upon draggable+droppable, a framework for quizzes where
you drag and drop your answers.
As far as I can tell, droppable tolerance modes don't fit well my
needs.
first, intersect function does not include margins in its processings
second 'touch' mode which is closest to what i need, can't be used as
If my draggable overlaps two droppables, the two of them will be
served with the draggable. I would want one only, the one nearest to
my draggable... Yeah, i could add some constraints in my drop callback
to prevent this but I was curious of an internal solution or something
I would have missed