@ninebone/grid 0.0.55 → 0.0.56

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
@@ -27454,7 +27454,7 @@ class Dd {
27454
27454
  let n = Math.floor((l + c) / 2);
27455
27455
  t[n] <= C ? (o = n, l = n + 1) : c = n - 1;
27456
27456
  }
27457
- Lr.log(o);
27457
+ Lr.log(o, l, c);
27458
27458
  const r = t[o];
27459
27459
  return {
27460
27460
  index: o,