unclecheese / react-selectable

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

Newest version not published on npm ? #15

Closed bortexz closed 8 years ago

bortexz commented 8 years ago

Hi,

I have been trying to use selectOnMouseMove, but it doesn't appear to have been published in the version in npm. Navigating through the _openSelector code, this line is missing at the end:

if (this.props.selectOnMouseMove) this._throttledSelect();

I am working on a File Manager application for desktop, this module saved my day! 👍

unclecheese commented 8 years ago

Glad to hear it! I've bumped the version on npm. Sorry about that!