-
Notifications
You must be signed in to change notification settings - Fork 66
Button becomes un-clickable on scrolling to next page #91
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Same here, but only happening on mobile. No button inside the carousel can be pressed. |
Any resolutions to this problem? I'm facing the same but just in mobile or mobile mode in the browser |
Hello everyone.
The |
Still having this same issue on mobile only |
I made the change that @fnavarijo suggested and saw that everything seemed to work as expected after that. I opened a pull request to remove the lines. I am trying to come up with a workaround in the meantime, but I don't think I have enough experience. I wonder if there is a way to add a new event listener that intercepts clicks to the carousel particles and calls the right event listener? |
Released in 1.0.20 |
I have the following sandbox: https://codesandbox.io/s/svelte-typescript-forked-l0d9f?file=/src/App.svelte:379-392
As you can see when you click on the first
one
button there is a log message but clicking on the secondone
button nothing happens.The text was updated successfully, but these errors were encountered: