-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(toast): make on hover sticky until stop hovering #5131
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
Any reason why this is taking so long to merge? I'm asking because it's more or less the default behavior for toasts these days. The user might need time to read the message or press on a button so being able to hover the toast to delay things wold be quite helpful. It also helps when one needs to copy and paste text from the toast. |
you tell me, it's certainly one of those situations that spoil OSS. |
@patroza thank you for your work! Much appreciated! |
As discussed on Discord, in my experience, Toasts should remain open while hovering on them, even when they have a timeout.
This PR addresses that requirement.