@univerjs/engine-render 0.15.2-insiders.20260119-edc718c → 0.15.2-insiders.20260124-12fc7f0
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/cjs/index.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/index.js +1 -1
- package/lib/umd/index.js +1 -1
- package/package.json +2 -2
package/lib/es/index.js
CHANGED
|
@@ -57146,7 +57146,7 @@ let Z5 = class extends Z8 {
|
|
|
57146
57146
|
startColumn: 0,
|
|
57147
57147
|
endRow: t.endRow,
|
|
57148
57148
|
endColumn: e
|
|
57149
|
-
} : t = { startRow: 0, startColumn: 0, endRow: this.rowHeightAccumulation.length - 1, endColumn: e }, this.worksheet.
|
|
57149
|
+
} : t = { startRow: 0, startColumn: 0, endRow: this.rowHeightAccumulation.length - 1, endColumn: e }, this.worksheet.getMergedCellRange(t.startRow, t.startColumn, t.endRow, t.endColumn);
|
|
57150
57150
|
}
|
|
57151
57151
|
resetCache() {
|
|
57152
57152
|
this._resetCache();
|
package/lib/index.js
CHANGED
|
@@ -57146,7 +57146,7 @@ let Z5 = class extends Z8 {
|
|
|
57146
57146
|
startColumn: 0,
|
|
57147
57147
|
endRow: t.endRow,
|
|
57148
57148
|
endColumn: e
|
|
57149
|
-
} : t = { startRow: 0, startColumn: 0, endRow: this.rowHeightAccumulation.length - 1, endColumn: e }, this.worksheet.
|
|
57149
|
+
} : t = { startRow: 0, startColumn: 0, endRow: this.rowHeightAccumulation.length - 1, endColumn: e }, this.worksheet.getMergedCellRange(t.startRow, t.startColumn, t.endRow, t.endColumn);
|
|
57150
57150
|
}
|
|
57151
57151
|
resetCache() {
|
|
57152
57152
|
this._resetCache();
|