Skip to content

Commit

Permalink
Core: Update swiper to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Sep 14, 2018
1 parent a15cf3c commit 4dea15b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default function (event) {
) {
document.activeElement.blur();
}
if (preventDefault && swiper.allowTouchMove && swiper.touchStartPreventDefault) {
if (preventDefault && swiper.allowTouchMove && params.touchStartPreventDefault) {
e.preventDefault();
}
}
Expand Down

0 comments on commit 4dea15b

Please sign in to comment.