Conditionally Stop
invitejapandev opened this issue · 1 comments
invitejapandev commented
is there a way to prevent onFinish and onStop conditionally? I am not sure how to do it on my custom callback method. Would appreciate any help regarding it.
invitejapandev commented
putting this to my custom function does the job.
this.$tours["myTour"].steps[currentStep].finished = false;