v6.0.1
- Fix issue with
first
property onSwipeEventData
always beingtrue
.first
is now onlytrue
for the first event, thenfalse
for subsequent events- issue #221 and PR #223
- Thank you @feketegy!
first
property on SwipeEventData
always being true
.
first
is now only true
for the first event, then false
for subsequent events