mesqueeb / quasar-app-extension-draggable

A Quasar extension that makes elements draggable and movable with keyboard.
MIT License
48 stars 5 forks source link

Add drag events #11

Open tomers opened 5 years ago

tomers commented 5 years ago

As a user, I would love to have the possibility to capture event of a single drag event. I.e. @drag="(id, to, from)" => onDrag(id, to, from)

mesqueeb commented 5 years ago

Yes you’re quite right. I’ll add this ASAP!

Sent with GitHawk