Links in a slide are not clickable when 'fade: true'
Abierto
bug
- Lenguaje dominante
- JavaScript
- Estrellas
- 11.9k
- Forks
- 2.1k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Links in a slide are not clickable when fade is `true`, even tried touchMove set to `false`
```
const settings = {
slidesToShow: 1,
speed: 500,
autoplay: false,
swipe: false,
fade: true,
touchMove: false,
};
```
Any workaround?
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.