We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The order of steps is reversed in Firefox-based browsers when adding a steps array via .addSteps():
Example on jsbin
const tg = new tourguide.TourGuideClient({}); tg.addSteps([ { title: "Element 1", content: "Element 1", target: "#element1", }, { title: "Element 2", content: "Element 2", target: "#element2", }, { title: "Element 3", content: "Element 3", target: "#element3", } ]); tg.start();
This produces different results in Firefox and Chromium based browsers.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The order of steps is reversed in Firefox-based browsers when adding a steps array via .addSteps():
Example on jsbin
This produces different results in Firefox and Chromium based browsers.
The text was updated successfully, but these errors were encountered: