@fileverse-dev/dsheet 1.1.91 → 1.1.92
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/index.es.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -175089,7 +175089,7 @@ const ekt = (e) => {
|
|
|
175089
175089
|
var t;
|
|
175090
175090
|
(t = r.sheetEditorRef.current) == null || t.setCellValue(r.row, r.column, {
|
|
175091
175091
|
...r.newValue,
|
|
175092
|
-
m: e,
|
|
175092
|
+
m: String(e),
|
|
175093
175093
|
isDataBlockFormula: !0
|
|
175094
175094
|
});
|
|
175095
175095
|
}, ikt = async (e, r) => {
|