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

collision between 2 instances on same page? #7

Open
arievanden opened this issue Mar 25, 2024 · 0 comments
Open

collision between 2 instances on same page? #7

arievanden opened this issue Mar 25, 2024 · 0 comments

Comments

@arievanden
Copy link

I setup 2 instances like this on the same page:
const wt_a = new WebTour();
...
const wt_b = new WebTour();
...

Both have separate steps and are distinct. But when I call wt_a.start(), the popups start to act weird, not appearing at all or changing to the other tour.

Do I need to do anything special to have 2 on one page, or should I stick with one instance per page?

Thanks! I like your work.

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

No branches or pull requests

1 participant