File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
packages/vaadin-themable-mixin/src Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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 ( ) ) {
You can’t perform that action at this time.
0 commit comments