When using jQuery Ui draggable tolerance touch, I am facing problem like when the element touches two droppable elements of same class it is dropped in both the droppables. I have added a image below to describe the problem.
This can be done by using tolerance pointer. But expected behavior is when draggable hovers any point of the droppable it should be activated to drop. How can I drop only on any one of the element either this or that?