Open tomers opened 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)
@drag="(id, to, from)" => onDrag(id, to, from)
Yes you’re quite right. I’ll add this ASAP!
Sent with GitHawk
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)