-
-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Checks
- Not a duplicate.
- Not a question, feature request, or anything other than a bug report directly related to React Splide. Use Discussions for these topics: https://github.com/Splidejs/splide/discussions
Version
0.7.12
Description
The splide arrows need to be clicked multiple times before they disappear, or move the track.
The config fed into the <Splide />
component is
gap: 21,
fixedWidth: true,
arrows: true,
pagination: false,
Have a look at this video:
2024-07-03.150130.mp4
The video demonstrates, clicking 3 times to the right after the track reaches the end, and clicking 3 times to the left before the track actually moved on the fourth click.
Reproduction Link
No response
Steps to Reproduce
- Use Splide component
It happens with default Splide too.
Expected Behaviour
For the corresponding arrow buttons to disappear once the slide reach the end.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working