unclecheese / react-selectable

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

Not make selection when the start is on a SelectableComponent #55

Open kadariuk opened 5 years ago

kadariuk commented 5 years ago

Some of my Selectable Component are also draggable and I'm searching a proper way to distinct between the drag and the start of selection, when I drag a Selectable Component I don't want that the process of selection start.