Skip to content

Commit a9b8869

Browse files
committed
set intro step to zero at the end of introduction
1 parent 6113000 commit a9b8869

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

intro.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@
149149
}
150150
//clean listeners
151151
targetElement.onkeydown = null;
152+
//set the step to zero
153+
this._currentStep = undefined;
152154
//check if any callback is defined
153155
if (this._introExitCallback != undefined) {
154156
this._introExitCallback.call(this);

0 commit comments

Comments
 (0)