ng-virtual-list 18.11.2 → 18.11.3

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.
@@ -6839,7 +6839,7 @@ class NgVirtualListComponent {
6839
6839
  }
6840
6840
  if (!!this._snappedDisplayComponents) {
6841
6841
  while (this._snappedDisplayComponents.length > 0) {
6842
- const comp = this._displayComponents.shift();
6842
+ const comp = this._snappedDisplayComponents.shift();
6843
6843
  comp?.destroy();
6844
6844
  }
6845
6845
  }