GuideChimp
GuideChimp copied to clipboard
GuideChimp doesn't start if step index is greater than steps number
trafficstars
Describe the bug GuideChimp doesn't start if step index is greater than steps number.
To Reproduce Steps to reproduce the behavior:
- Define 2 steps in the tour
- Set start step as 0 or 1 => works
guideChimpAdventCalendar.start(1);
- Set start step as 2 => dosn't work
guideChimpAdventCalendar.start(2);
Expected behavior At least last step should be opened (e.g. - 1)