Use tour.cancel instead of complete when the Exit button is clicked.
This commit is contained in:
parent
4a875d4eff
commit
76a86eacff
|
@ -78,7 +78,7 @@ function startTour(
|
|||
classes: "btn",
|
||||
text: "Exit",
|
||||
action() {
|
||||
this.complete();
|
||||
this.cancel();
|
||||
},
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue