-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): overflow controller resize loop (#2855)
* fix(core): add requestAnimation to resizeObserver on overflow controller * chore(core): add changeset * fix(core): replace checks, reduce overhead Co-authored-by: Benny Powers - עם ישראל חי! <[email protected]> * chore(core): update changeset to correct change level Co-authored-by: Benny Powers - עם ישראל חי! <[email protected]> * chore(core): update changeset language Co-authored-by: Benny Powers - עם ישראל חי! <[email protected]> * test(tabs): add nextFrame to test given addtional requestAnimationFrame in overflow --------- Co-authored-by: Benny Powers - עם ישראל חי! <[email protected]>
- Loading branch information
1 parent
366d21d
commit 0ec7338
Showing
3 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@patternfly/pfe-core": patch | ||
--- | ||
|
||
`OverflowController`: prevent browser from locking up in some scenarios |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters