We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4528e02 commit 263140aCopy full SHA for 263140a
src/cdk/table/sticky-styler.ts
@@ -157,7 +157,7 @@ export class StickyStyler {
157
}
158
159
// Coalesce with other sticky row updates (top/bottom), sticky columns updates
160
- //(and potentially other changes like column resize).
+ // (and potentially other changes like column resize).
161
this._coalescedStyleScheduler.schedule(() => {
162
for (let rowIndex = 0; rowIndex < rows.length; rowIndex++) {
163
if (!states[rowIndex]) {
0 commit comments