Foveluy / Dragact

a dragger layout system with React style .
MIT License
764 stars 188 forks source link

Add a debouncer mechanism to prevent start dragging until mouse moves 10 pixels at least while mousedown is active #44

Closed emibcn closed 5 years ago

emibcn commented 5 years ago

This is an example of how it can be done. Most probably, you'll want to create intermediate functions instead of repeating code, as I have done.

Fix #34 and -probably- #38 .

emibcn commented 5 years ago

Bump?

emibcn commented 5 years ago

Waiting for release :)