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 b2c05b3 commit af10e1fCopy full SHA for af10e1f
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