Skip to content

Commit b52505a

Browse files
authored
docs: remove irrelevant sentence from JSDoc (#10610)
1 parent 869f525 commit b52505a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/vaadin-themable-mixin/src/lumo-injector.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,10 @@ export class LumoInjector {
103103
*
104104
* This method can be used to force LumoInjector to clean up component
105105
* styles synchonously after the Lumo stylesheet has been removed from
106-
* the root element.Without this, there may be a short FOUC, when the
106+
* the root element. Without this, there may be a short FOUC, when the
107107
* Lumo styles are already removed from the root but still present in
108108
* the component Shadow DOMs, since those are removed asynchronously on
109-
* `transitionstart` (CSSPropertyObserver). This is problematic for grid
110-
* in particular, as that short period is enough to cause the virtualizer
111-
* to create excessive rows (ResizeObserver).
109+
* `transitionstart` (CSSPropertyObserver).
112110
*/
113111
forceUpdate() {
114112
for (const tagName of this.#styleSheetsByTag.keys()) {

0 commit comments

Comments
 (0)