@leankylin-sheet/react 5.2.3 → 5.2.4
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 -1
- package/dist/index.js +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.min.js +1 -1
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -10278,7 +10278,7 @@ function generateAPIs(context, setContext, handleUndo, handleRedo, settings, cel
|
|
|
10278
10278
|
if (sheetId) {
|
|
10279
10279
|
api.updateFunctionGroup(draftCtx, sheetId);
|
|
10280
10280
|
} else {
|
|
10281
|
-
_.forEach(draftCtx
|
|
10281
|
+
_.forEach(draftCtx, function (sheet_obj) {
|
|
10282
10282
|
api.updateFunctionGroup(draftCtx, sheet_obj.id);
|
|
10283
10283
|
});
|
|
10284
10284
|
}
|
package/dist/index.js
CHANGED
|
@@ -10288,7 +10288,7 @@ function generateAPIs(context, setContext, handleUndo, handleRedo, settings, cel
|
|
|
10288
10288
|
if (sheetId) {
|
|
10289
10289
|
core.api.updateFunctionGroup(draftCtx, sheetId);
|
|
10290
10290
|
} else {
|
|
10291
|
-
___default['default'].forEach(draftCtx
|
|
10291
|
+
___default['default'].forEach(draftCtx, function (sheet_obj) {
|
|
10292
10292
|
core.api.updateFunctionGroup(draftCtx, sheet_obj.id);
|
|
10293
10293
|
});
|
|
10294
10294
|
}
|
package/dist/index.umd.js
CHANGED
|
@@ -115127,7 +115127,7 @@
|
|
|
115127
115127
|
if (sheetId) {
|
|
115128
115128
|
index.updateFunctionGroup(draftCtx, sheetId);
|
|
115129
115129
|
} else {
|
|
115130
|
-
lodash.forEach(draftCtx
|
|
115130
|
+
lodash.forEach(draftCtx, function (sheet_obj) {
|
|
115131
115131
|
index.updateFunctionGroup(draftCtx, sheet_obj.id);
|
|
115132
115132
|
});
|
|
115133
115133
|
}
|