@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.
- package/es/events/paste.js +1 -1
- package/lib/events/paste.js +1 -1
- package/package.json +1 -1
package/es/events/paste.js
CHANGED
|
@@ -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],
|
package/lib/events/paste.js
CHANGED
|
@@ -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],
|