unclecheese / react-selectable

A component for react that allows mouse selection of child items
MIT License
142 stars 72 forks source link

Fix tweak mouseup and mousemove to listen for changes … #38

Closed flamerohr closed 7 years ago

flamerohr commented 7 years ago

outside the component scope

Gives a more seamless experience for users, similar to this pull request https://github.com/unclecheese/react-selectable/pull/33 but without the positioning fix

prescottprue commented 7 years ago

Has this been released to npm? is there somewhere on this repo where current released versions can be checked (didn't see anything under releases or CHANGLOG)?

flamerohr commented 7 years ago

Yes, this has been released, I've been able to use this fix for roughly a week now :)