@leankylin-sheet/core 4.0.51 → 5.0.0
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.esm.js +1 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -55656,6 +55656,7 @@ function setCellValue$1(ctx, row, column, value, cellInput) {
|
|
|
55656
55656
|
if (value.m != null) {
|
|
55657
55657
|
curv.m = value.m;
|
|
55658
55658
|
}
|
|
55659
|
+
console.log('ov', ov, nv, ov !== nv);
|
|
55659
55660
|
if (ov !== nv) {
|
|
55660
55661
|
delFunctionGroup(ctx, row, column);
|
|
55661
55662
|
setCellValue(ctx, row, column, data, curv);
|
package/dist/index.js
CHANGED
|
@@ -55666,6 +55666,7 @@ function setCellValue$1(ctx, row, column, value, cellInput) {
|
|
|
55666
55666
|
if (value.m != null) {
|
|
55667
55667
|
curv.m = value.m;
|
|
55668
55668
|
}
|
|
55669
|
+
console.log('ov', ov, nv, ov !== nv);
|
|
55669
55670
|
if (ov !== nv) {
|
|
55670
55671
|
delFunctionGroup(ctx, row, column);
|
|
55671
55672
|
setCellValue(ctx, row, column, data, curv);
|