-
Notifications
You must be signed in to change notification settings - Fork 4k
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(Sticky|Visibility): listen for resize
events
#2091
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2091 +/- ##
==========================================
+ Coverage 99.76% 99.76% +<.01%
==========================================
Files 149 149
Lines 2601 2605 +4
==========================================
+ Hits 2595 2599 +4
Misses 6 6
Continue to review full report at Codecov.
|
…React into fix/visibility-resize # Conflicts: # src/behaviors/Visibility/Visibility.js
Minor conflict to address here. |
Fixed conflict, good to merge after tests pass and you confirm the conflict fix is correct. |
@levithomason I will fix it now |
…React into feat/visibility-resize # Conflicts: # src/behaviors/Visibility/Visibility.js # src/modules/Sticky/Sticky.js
Fixed, waiting for CI pass |
@levithomason As you approved these changes, I merged them |
Released in |
Cut from #2088.
What?
Sticky
andVisibility
should also listen forresize
events as SUI component does.Sticky
Visibility