@univerjs/sheets-ui 0.10.10 → 0.10.11-nightly.202510220308

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/lib/es/facade.js CHANGED
@@ -832,9 +832,9 @@ class De extends te {
832
832
  ge.indexOf(l) !== -1 && (i.startColumn = Math.min(i.startColumn, h.startColumn), i.startRow = Math.min(i.startRow, h.startRow), i.endColumn = Math.max(i.endColumn, h.endColumn), i.endRow = Math.max(i.endRow, h.endRow));
833
833
  return i;
834
834
  }
835
- scrollToCell(e, r) {
836
- const t = this._workbook.getUnitId(), o = this._injector.get(v).getRenderById(t);
837
- return o && (o == null ? void 0 : o.with(Ee)).scrollToCell(e, r), this;
835
+ scrollToCell(e, r, t) {
836
+ const i = this._workbook.getUnitId(), s = this._injector.get(v).getRenderById(i);
837
+ return s && (s == null ? void 0 : s.with(Ee)).scrollToCell(e, r, t), this;
838
838
  }
839
839
  getScrollState() {
840
840
  const e = {