EragonJ / Trip.js

🚀 Trip.js is a plugin that can help you customize a tutorial trip easily with more flexibilities.
https://eragonj.github.io/Trip.js/
MIT License
793 stars 111 forks source link

nextClickSelector should not be triggered after trip has been stopped #154

Closed 71FIL closed 8 years ago

71FIL commented 8 years ago

If stopped on a trip for which the nextClickSelector was set, the "click.Trip" handler has to be cleaned up (i.e. off("clickTrip") must be called in "stop" function).