-
Hello, Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
hakimio
Mar 25, 2022
Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sh977218
-
This fixed my issue. Thanks for the help! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
isAsync: true
config if your anchor element is added to DOM with a delay.delayAfterNavigation
should only be used in rare cases when the page is not scrolled all the way to the tour element after navigation.anchorId
on your step definition ortourAnchor
on your html element and there is no need for eitherisAsync
ordelayAfterNavigation
. Or simply your html element with thetourAnchor
directive is never added to DOM.