actmd / abraham

Trackable application tours for Rails with i18n support
MIT License
124 stars 45 forks source link

Don't start a tour if the first step's attachTo isn't present #28

Closed jabbett closed 4 years ago

jabbett commented 4 years ago

Related to #6... while we want to keep a tour going if an intermediate step is missing, most tours don't make sense if the first step gets skipped.

I'd like to add a check to our start method wrapper that confirms the first step's attachTo element is present on the page, should the first step have an attachTo value.