Navigating to different route is interfering with the overlay click event. #903
-
I'm using react-joyride with following callback functions:-
I noticed that |
Beta Was this translation helpful? Give feedback.
Answered by
gilbarbara
Apr 18, 2023
Replies: 1 comment
-
By default clicking the overlay will trigger a close event. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gilbarbara
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @gagan-smarter-codes
By default clicking the overlay will trigger a close event.
Have you checked the docs?
There's a
disableOverlayClose
prop that you can set globally in the component or individually for each step.