sjmc11 / tourguide-js

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

Fixed tour finish handlers #35

Closed 8894ay closed 3 months ago

8894ay commented 4 months ago

To avoid repeatedly adding the same group ID to local storage, the finishTour function should first check if the group is already included. Also fixed the Tour.d.ts file which wasn't accurately describing the TourGuideClient class.