-
I've created my own template for the design of the tourguide, but it seems whenever I click on it (for example the tour guide content), the tourguide closes. How do I disable this functionality? Here's a repo: https://stackblitz.com/edit/angular-wau2z8-ybhenaru?file=src%2Fapp%2Fui-tour-demo.component.html |
Beta Was this translation helpful? Give feedback.
Answered by
hakimio
Feb 27, 2025
Replies: 1 comment
-
It's shown in the documentation: <div class="tour-step" (click)="$event.stopPropagation()"> |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hakimio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's shown in the documentation: