igniteui-angular 14.0.0 → 14.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -10448,8 +10448,6 @@ class IgxForOfDirective {
|
|
|
10448
10448
|
return height;
|
|
10449
10449
|
}
|
|
10450
10450
|
_recalcOnContainerChange() {
|
|
10451
|
-
this.dc.instance._viewContainer.element.nativeElement.style.top = '0px';
|
|
10452
|
-
this.dc.instance._viewContainer.element.nativeElement.style.left = '0px';
|
|
10453
10451
|
const prevChunkSize = this.state.chunkSize;
|
|
10454
10452
|
this.applyChunkSizeChange();
|
|
10455
10453
|
this._recalcScrollBarSize();
|