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
'before-hide1' will be logged twice. That is because the show method for the Tour class calls this.currentStep.hide() twice when there is a next step (on lines 617 and 644).
The text was updated successfully, but these errors were encountered:
sample code
'before-hide1' will be logged twice. That is because the
show
method for theTour
class callsthis.currentStep.hide()
twice when there is a next step (on lines 617 and 644).The text was updated successfully, but these errors were encountered: