VanDerLars / xojo_intro_js

Intro.js implementation into Xojo Webframeworl 1.0
MIT License
0 stars 1 forks source link

Step Numbers Doubled #1

Open andrewdickey opened 3 years ago

andrewdickey commented 3 years ago

Hello Lars,

Your implementation of Intro.JS for Xojo Web is great!

When exploring the library I noticed that when Run, the "step numbers" are double the number expected for each step (expecting 1 of 5, 2 of 5, 3 of 5, 4 of 5 etc... are displaying respectively as 2 of 5, 4 of 5, 6 of 5, 8 of 5 etc).

The screen shot from your library shows an example, step 8 of 5.

Thank you for sharing the library publicly.

Kind regards, Andrew

VanDerLars commented 3 years ago

allright, then simply fix it and provide the sollution over a pull-request 😊

This is open source, so feel free to contribute.