ng-virtual-list 20.11.10 → 20.11.11
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.
|
@@ -6835,7 +6835,7 @@ class NgVirtualListComponent {
|
|
|
6835
6835
|
}
|
|
6836
6836
|
if (!!this._snappedDisplayComponents) {
|
|
6837
6837
|
while (this._snappedDisplayComponents.length > 0) {
|
|
6838
|
-
const comp = this.
|
|
6838
|
+
const comp = this._snappedDisplayComponents.shift();
|
|
6839
6839
|
comp?.destroy();
|
|
6840
6840
|
}
|
|
6841
6841
|
}
|