Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NEED TO DOUBLE CLICK after navigation for href="" to work #167

Open
julius-spudvilas opened this issue Feb 1, 2021 · 1 comment · May be fixed by #240
Open

NEED TO DOUBLE CLICK after navigation for href="" to work #167

julius-spudvilas opened this issue Feb 1, 2021 · 1 comment · May be fixed by #240

Comments

@julius-spudvilas
Copy link

Simple slider with A tags in it will require 2x click after slide action was made to actually navigate to the link.

https://jsfiddle.net/75b9Lvwd/2/

@gibkigonzo gibkigonzo linked a pull request Mar 9, 2022 that will close this issue
@gibkigonzo
Copy link

you can do something like this

			if (this.$refs.carousel) {
				const slides = this.$refs.carousel.$children || []
				slides.forEach(slide => {
					slide.clickable = true
				})
			}

here is fix for lib #240

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants