zyzo / react-dnd-mouse-backend

Mouse Backend for react-dnd library
http://zyzo.github.io/react-dnd-mouse-backend/
MIT License
85 stars 30 forks source link

Prevent click event after item has been dragged, and ignore the right mouse button #7

Closed ndbroadbent closed 6 years ago

ndbroadbent commented 7 years ago

Just a few changes that I needed

felipemfp commented 6 years ago

@zyzo, what do you think? Almost a year...

Venryx commented 6 years ago

Any update? Would be nice to have the right-clicks ignored.

zyzo commented 6 years ago

yeah seems cool, I'll take a look this weekend

zyzo commented 6 years ago

Released in 1.0.0-rc.1. Thanks @ndbroadbent for the PR

qtsd commented 6 years ago

Ignoring the right mouse button is great, but what's the point about preventing click event after an item has been dragged ?