fix: #8454 - Touch events support for Tooltip#19330
Conversation
|
Thank you for your contribution! We will review your PR shortly. Please make sure to manually link it to an issue for proper tracking. |
AI Code ReviewLooks Good SummaryAdds touch event support for tooltips on mobile devices (iOS), allowing tooltips to work with touchstart/touchend events in addition to existing mouse events Issue AlignmentExcellent - directly addresses the reported issue of tooltips not working on iOS browsers by implementing touch event handlers that mirror the existing mouse event behavior This is an automated review. A maintainer will provide final approval. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Thanks a lot for your contribution! But, Unit tests failed. You can check the unit tests with the command 'pnpm run test:unit' and commit the changes. |
fixes #8454