@univerjs/sheets-ui 0.2.13 → 0.2.14
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/umd/index.js +1 -1
- package/package.json +20 -20
package/lib/es/index.js
CHANGED
|
@@ -15768,7 +15768,7 @@ let EditingRenderController = (_a21 = class extends Disposable {
|
|
|
15768
15768
|
worksheet.getCellRaw(row, column) || {},
|
|
15769
15769
|
documentLayoutObject,
|
|
15770
15770
|
this._lexerTreeBuilder,
|
|
15771
|
-
(model) =>
|
|
15771
|
+
(model) => model.getSnapshot(),
|
|
15772
15772
|
this._localService,
|
|
15773
15773
|
this._functionService
|
|
15774
15774
|
);
|