AirLabsTeam / react-drag-to-select

A react library which adds drag to select to your app
https://airlabsteam.github.io/react-drag-to-select
MIT License
155 stars 22 forks source link

Updated onSelectionEnd to only fire after dragging and passed mouse events #37

Closed dwilt closed 1 year ago

dwilt commented 1 year ago

Fixes #35: This PR does two things:

  1. It ensures that onSelectionEnd only fires after the user was dragging instead of just on every up click.
  2. It passes the MouseEvent to both onSelectionEnd and onSelectionStart