@fileverse-dev/fortune-core 1.1.11-patch-3 → 1.1.11-patch-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.
@@ -892,12 +892,12 @@ function pasteHandlerOfCopyPaste(ctx, copyRange) {
892
892
  var afterUpdateCell = ctx.hooks.afterUpdateCell;
893
893
  console.log("REACHED HERE FINALLY", afterUpdateCell, __assign(__assign({}, value), {
894
894
  v: arr.length === 1 ? funcV[1] : value.v,
895
- m: arr.length === 1 ? "[object Promise]" : funcV
895
+ m: arr.length === 1 ? "[object Promise]" : funcV[1]
896
896
  }));
897
897
  if (afterUpdateCell) {
898
898
  afterUpdateCell(h, c, null, __assign(__assign({}, value), {
899
899
  v: arr.length === 1 ? funcV[1] : value.v,
900
- m: arr.length === 1 ? "[object Promise]" : funcV
900
+ m: arr.length === 1 ? "[object Promise]" : funcV[1]
901
901
  }));
902
902
  }
903
903
  if (!_.isNil(value.spl)) {}
@@ -901,12 +901,12 @@ function pasteHandlerOfCopyPaste(ctx, copyRange) {
901
901
  var afterUpdateCell = ctx.hooks.afterUpdateCell;
902
902
  console.log("REACHED HERE FINALLY", afterUpdateCell, __assign(__assign({}, value), {
903
903
  v: arr.length === 1 ? funcV[1] : value.v,
904
- m: arr.length === 1 ? "[object Promise]" : funcV
904
+ m: arr.length === 1 ? "[object Promise]" : funcV[1]
905
905
  }));
906
906
  if (afterUpdateCell) {
907
907
  afterUpdateCell(h, c, null, __assign(__assign({}, value), {
908
908
  v: arr.length === 1 ? funcV[1] : value.v,
909
- m: arr.length === 1 ? "[object Promise]" : funcV
909
+ m: arr.length === 1 ? "[object Promise]" : funcV[1]
910
910
  }));
911
911
  }
912
912
  if (!_lodash.default.isNil(value.spl)) {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/fortune-core",
3
- "version": "1.1.11-patch-3",
3
+ "version": "1.1.11-patch-4",
4
4
  "main": "lib/index.js",
5
5
  "module": "es/index.js",
6
6
  "typings": "lib/index.d.ts",