@fileverse-dev/fortune-core 1.1.11-patch-1 → 1.1.11-patch-2

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.
@@ -890,7 +890,7 @@ function pasteHandlerOfCopyPaste(ctx, copyRange) {
890
890
  }
891
891
  var funcV = execfunction(ctx, func, h, c, undefined, undefined, true);
892
892
  var afterUpdateCell = ctx.hooks.afterUpdateCell;
893
- console.log("REACHED HERE FINALLY", afterUpdateCell);
893
+ console.log("REACHED HERE FINALLY", afterUpdateCell, arr, value);
894
894
  if (afterUpdateCell && arr.length === 1) {
895
895
  afterUpdateCell(h, c, null, __assign(__assign({}, value), {
896
896
  v: funcV[1],
@@ -899,7 +899,7 @@ function pasteHandlerOfCopyPaste(ctx, copyRange) {
899
899
  }
900
900
  var funcV = (0, _formula.execfunction)(ctx, func, h, c, undefined, undefined, true);
901
901
  var afterUpdateCell = ctx.hooks.afterUpdateCell;
902
- console.log("REACHED HERE FINALLY", afterUpdateCell);
902
+ console.log("REACHED HERE FINALLY", afterUpdateCell, arr, value);
903
903
  if (afterUpdateCell && arr.length === 1) {
904
904
  afterUpdateCell(h, c, null, __assign(__assign({}, value), {
905
905
  v: funcV[1],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/fortune-core",
3
- "version": "1.1.11-patch-1",
3
+ "version": "1.1.11-patch-2",
4
4
  "main": "lib/index.js",
5
5
  "module": "es/index.js",
6
6
  "typings": "lib/index.d.ts",