You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.
Hi guys, not sure this is a bug or not, but I've noticed that when the skipIfNoElement option is set to false, the onEnd callback is not called once the final step in a tour is completed (the user clicks "done").
The issue looks like it comes from the goToStepWithTarget method, specifically line 1671:
Since by the end of a tour, the tour length is the same length as currStepNum + direction, changeStepCb is never run and thus the onEnd callbacks are neither.
Is this expected behavior?
The text was updated successfully, but these errors were encountered:
Hi guys, not sure this is a bug or not, but I've noticed that when the
skipIfNoElement
option is set to false, theonEnd
callback is not called once the final step in a tour is completed (the user clicks "done").The issue looks like it comes from the
goToStepWithTarget
method, specifically line 1671:Since by the end of a tour, the tour length is the same length as
currStepNum + direction
,changeStepCb
is never run and thus the onEnd callbacks are neither.Is this expected behavior?
The text was updated successfully, but these errors were encountered: