anseki / plain-draggable

The simple and high performance library to allow HTML/SVG element to be dragged.
https://anseki.github.io/plain-draggable/
MIT License
765 stars 96 forks source link

multipile dragging elements - prevent same coodinates #47

Closed sebgrosc closed 4 years ago

sebgrosc commented 4 years ago

Hi @anseki ,

if I have multiple draggable elements, is it possible to prevent that they have the same coordinates. Thank you!

anseki commented 4 years ago

Hi @sebgrosc, thank you for the comment. This example may help you: https://anseki.github.io/plain-draggable/#ex-040-stage It uses onDrag option.