fix allowTouchMove

This commit is contained in:
Kirill Pet
2024-12-22 13:02:50 +03:00
parent d04ff5db02
commit d272e126ad

View File

@@ -15,6 +15,7 @@ const gymSwiper = new Swiper('.gym-swiper', {
const reviewsSwiper = new Swiper('.reviews-swiper', {
spaceBetween: 24,
allowTouchMove: false,
// If we need pagination
pagination: {
el: '.swiper-pagination',