sjmc11 / tourguide-js

TourGuide is a Javascript library for creating user tours and on-boarding steps for your apps.
https://tourguidejs.com
MIT License
592 stars 27 forks source link

Back Button always `disabled` #5

Closed ThornWalli closed 1 year ago

ThornWalli commented 1 year ago

Hello,

I noticed that the back button always disabled 🙃

Example: https://stackblitz.com/edit/vue-92nhbv

Thanks!

sjmc11 commented 1 year ago

Hi @ThornWalli - thanks for spotting this. Looks like a bug introduced in the latest NPM release aimed at rectifying this issue: https://github.com/sjmc11/tourguide-js/issues/3

This should be a quick fix and will aim to have this addressed ASAP. I will update this issue when I have done so.

sjmc11 commented 1 year ago

Hi @ThornWalli - this should be resolved as of release 0.0.9 available on NPM.

Thanks for reporting.

ThornWalli commented 1 year ago

Perfectly works! 👌

Thank you for the fast support. 🙂