-
I have a step where a user needs to click a button that opens a dialog. The 2nd step anchor is on the dialog, but it never appears. Is there a way to make this happen? On further inspection, it appears the tourAnchor inside the dialog is not being registered. I attempted to stop the previous tour and initialize and start a new tour on the dialog. This didn't work either. The anchor is still not registered. |
Beta Was this translation helpful? Give feedback.
Answered by
hakimio
Aug 22, 2024
Replies: 1 comment 3 replies
-
This should work if you mark your step as |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you import
TourMatMenuModule
in your dialog component? Can you recreate the issue on StackBlitz or in a new github repo?