-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
fix(ripple): Remove getBoundingClientRect override from unbounded ripples #2216
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2216 +/- ##
==========================================
- Coverage 99.14% 99.13% -0.01%
==========================================
Files 90 90
Lines 3842 3830 -12
Branches 496 496
==========================================
- Hits 3809 3797 -12
Misses 33 33
Continue to review full report at Codecov.
|
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.
Huh. I don't notice any difference before/after these changes so LGTM. This might've been another kludge necessary earlier when unbounded ripples had issues.
Nit though: I'd reword the commit subject to fix: Remove getBoundingClientRect override from unbounded ripples
(fix(ripple) makes it sound like this affects the ripple package itself, but it doesn't)
* Fix unbounded ripple sizes material-components/material-components-web#2092 * Remove computeBoundingRect override for Checkbox ripple material-components/material-components-web#2216 * Update docs
No description provided.