This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
On some devices, the styles didn't have any effect after inserting th…
…em into DOM with the `addCssText` function. The investigation revealed that appending the text note after the corresponding style element was inserted didn't trigger the styles recalculation. RELNOTES: Fix for the issue when styles were not getting evaluated after insertion in DOM PiperOrigin-RevId: 473858460 Change-Id: Ic9294bd50ab3a25e8e98fc9f343e5fabeecc3d70
- Loading branch information
1 parent
68a9efe
commit fe53c01
Showing
2 changed files
with
19 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
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