%PDF- %PDF-
Direktori : /var/www/html/node_modules/swiper/core/events/ |
Current File : /var/www/html/node_modules/swiper/core/events/onClick.js |
export default function onClick(e) { const swiper = this; if (!swiper.enabled) return; if (!swiper.allowClick) { if (swiper.params.preventClicks) e.preventDefault(); if (swiper.params.preventClicksPropagation && swiper.animating) { e.stopPropagation(); e.stopImmediatePropagation(); } } }