1
Fork 0

Use tour.cancel instead of complete when the Exit button is clicked.

This commit is contained in:
Bauke 2023-06-17 15:02:04 +02:00
parent 4a875d4eff
commit 76a86eacff
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ function startTour(
classes: "btn",
text: "Exit",
action() {
this.complete();
this.cancel();
},
},
],