How to disable user interaction when tour is temporarily paused? #906
-
As in the controlled demo , we pause the tour when clicking on the menu, then after a delay, we restart it again, How can we prevent user from taking any action during the delay, Or in similar situations where the delay is noticeably long, Is there a built-in way to do it? or go for custom implementation? |
Beta Was this translation helpful? Give feedback.
Answered by
gilbarbara
Apr 26, 2023
Replies: 1 comment
-
Hey @RHOOPH No, there isn't a built-in way to do it. |
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 @RHOOPH
No, there isn't a built-in way to do it.
You could render an absolutely positioned div covering the whole page with a high z-index and pointer-events: none.