You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.
This snippet works great when I'm hovering a cursor over a user name
But disappears (kind of expected) when I move a cursor to the tooltip itself where I have some buttons
Is it possible to set up Tippy to trigger close() only when going outside of Tippy itself and <Content />?
The text was updated successfully, but these errors were encountered:
Thanks! A bit confused since I was adding interactive to the second Tippy instance
Is it intentionally not working when properties are provided to the second one?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm using Tippy for showing a profile card when hovering on a user name:
This snippet works great when I'm hovering a cursor over a user name
But disappears (kind of expected) when I move a cursor to the tooltip itself where I have some buttons
Is it possible to set up Tippy to trigger close() only when going outside of Tippy itself and
<Content />
?The text was updated successfully, but these errors were encountered: