Default behaviour of closing the tooltip #768
Closed
ZeCarlosCoutinho
started this conversation in
General
Replies: 2 comments 1 reply
-
I don't think I've understood your question, but the tooltip is just a part of the step lifecycle.
https://github.com/gilbarbara/react-joyride/blob/master/src/constants/events.js |
Beta Was this translation helpful? Give feedback.
1 reply
-
The step lifecycle is described by the Lifecycle file while the Events file includes the tour and steps interactions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When closing the tooltip, the event type generated is
step:after
.Why not something like
tooltip:close
(and the opposite to also exist:tooltip:open
)? By looking at the names, the eventstep:after
does not seem to be connected with the tooltip.What is the reason to have this
step:after
associated with the action of closing the tooltip?Maybe my knowledge of the events is not enough to understand this, but I also could not understand this subject better from what I read in the docs :(
Beta Was this translation helpful? Give feedback.
All reactions