tajo / react-movable

🔀 Drag and drop for your React lists and tables. Accessible. Tiny.
https://react-movable.pages.dev
MIT License
1.55k stars 51 forks source link

Fix: De-selecting item on blur #57

Closed arturbani closed 4 years ago

arturbani commented 4 years ago

Adds a case on onMouseOrTouchStart that finishes the drop and returns to previous state if the user didn't click in any item.

Closes #53

arturbani commented 4 years ago

Hi, @tajo ! Thanks for merging the PR. Can I ask you to include the label hacktoberfest-accepted on this PR, please? :D

tajo commented 4 years ago

Hi, @tajo ! Thanks for merging the PR. Can I ask you to include the label hacktoberfest-accepted on this PR, please? :D

added, thanks for the contribution!