-
Notifications
You must be signed in to change notification settings - Fork 25
feat(tooltip): improve tooltip behavior and fix some issues #2209
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
Conversation
2bdb459
to
7ef7be2
Compare
size-limit report 📦
|
Codecov Report
@@ Coverage Diff @@
## main #2209 +/- ##
=======================================
Coverage 95.74% 95.74%
=======================================
Files 153 153
Lines 3429 3429
Branches 472 472
=======================================
Hits 3283 3283
Misses 99 99
Partials 47 47 Continue to review full report at Codecov.
|
if (timer.current) { | ||
setReverseAnimation(false) | ||
clearTimeout(timer.current) | ||
timer.current = undefined |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you add a test unit on this line ?
1e1b7c8
to
98ab3a5
Compare
Summary
Type
Summarise concisely:
What is expected?
There was multiple issues with tooltip I fixed them and improved the opening / closing behavior:
The following changes where made:
Screen.Recording.2023-01-19.at.16.08.04.mov