Links in a slide are not clickable when 'fade: true'
Aperta
bug
- Lingua principale
- JavaScript
- Stelle
- 11.9k
- Fork
- 2.1k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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?
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.