Skip to content

Commit 2147886

Browse files
MKirovaMKirova
authored andcommitted
chore(*): Remove unnecessary recalc.
1 parent 807ef0b commit 2147886

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

projects/igniteui-angular/directives/src/directives/for-of/for_of.directive.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,6 @@ export class IgxForOfDirective<T, U extends T[] = T[]> extends IgxForOfToken<T,U
972972
// console.log('Observed size change for index ', index, ' new size ', height);
973973
// console.log(this._embeddedViewSizesCache);
974974
});
975-
this.recalcUpdateSizes();
976975
}
977976

978977
/**

0 commit comments

Comments
 (0)