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",
|
classes: "btn",
|
||||||
text: "Exit",
|
text: "Exit",
|
||||||
action() {
|
action() {
|
||||||
this.complete();
|
this.cancel();
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue