ngx-deebodata 0.3.5 → 0.3.6

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.
@@ -2595,10 +2595,7 @@ class RowGroupPanel {
2595
2595
  const dtb = this.panelDataGrid?.nativeElement;
2596
2596
  if (dtb) {
2597
2597
  const lfs = this.dataTableService.listenForScroll();
2598
- if (this.scrollDir === "down")
2599
- this.execVertScrollUp(this.columns, this.columns.length, dtb.scrollTop, true);
2600
- else
2601
- this.execVertScrollDown(this.columns, this.columns.length, dtb.scrollTop, true);
2598
+ this.execVertScrollUp(this.columns, this.columns.length, dtb.scrollTop, true);
2602
2599
  this.handleScrollEnd();
2603
2600
  this.execHorizScroll(dtb.scrollLeft);
2604
2601
  if (lfs && this.rows.some(r => r.height !== this.dataTableService.defltRHgt))