-
Notifications
You must be signed in to change notification settings - Fork 29
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
Remove html template tag from children #47
base: main
Are you sure you want to change the base?
Remove html template tag from children #47
Conversation
Thanks for your pull. Would changing the selector to ‘*:not(template)’ template achieve the same? |
I'm not sure about what part you are referring too.
Maybe you could point me on the code directly thanks :-) |
Sorry - i am only on my phone as i am on vacation :-). |
Sorry i'm quite busy these days and on holiday for 2 weeks tonight. I'll try to make the changes as soon as possible when i get back from holiday. |
fdaae29
to
41846c7
Compare
Fix error when auto slide, the slider was sliding by page instead of by slide
The problem solved with this PR is about the tag "template" who is parsed as an slide or an indicator when the library init the slider.
See issue #46