Swiggy / swipeable-tabs

React Tabs Component that supports Swiping across screen to switch tabs.
https://www.npmjs.com/package/@tarragon/swipeable-tabs
MIT License
21 stars 12 forks source link

fix swipe view won't reset if incorrect boundaries on touchend and mouseup events #4

Open Dinushasilva opened 4 years ago

Dinushasilva commented 4 years ago

swipeable-tabs-issue

Hi,

Please allow this PR to fix the above mention issue.

Allow to rest the swipeview to correct boundaries on mouseup and touchend events.

Thanks!