@ninebone/grid 0.0.81 → 0.0.82

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.
package/dist/nine-grid.js CHANGED
@@ -28569,7 +28569,7 @@ class tf extends HTMLElement {
28569
28569
  var l = this.trackHeight, c = t.clientY - this.shiftY;
28570
28570
  c < 0 && (c = 0), c + f(this, qs).call(this) > l && (c = parseInt(l - f(this, qs).call(this)));
28571
28571
  var o = parseInt($(".ng-container-body tbody.bindable tr", f(this, qt).body).not(".nodata").length / f(this, qt).template.length), r = parseInt(c * (f(this, qt).data.count() + 1 - o) / parseInt(l - f(this, qs).call(this)));
28572
- f(this, qt).dataManager.viewRecords.rawIndex != r ? f(this, qt).scrollToV2(r) : Ve(this, Qh, Iu).call(this, -10);
28572
+ f(this, qt).dataManager.viewRecords.rawIndex != r ? f(this, qt).scrollToV2(r) : Ve(this, Qh, Iu).call(this, 10);
28573
28573
  }
28574
28574
  });
28575
28575
  Y(this, qs, () => parseInt(f(this, ge).thumb.dataset.height));