@fileverse-dev/fortune-core 1.2.90 → 1.2.91

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.
@@ -466,7 +466,6 @@ export function handleGlobalKeyDown(ctx, cellInput, fxInput, e, cache, handleUnd
466
466
  } else if (kstr === "Escape") {
467
467
  ctx.contextMenu = {};
468
468
  } else if (kstr === "Delete" || kstr === "Backspace") {
469
- console.log("Delete");
470
469
  if (!allowEdit) return [2];
471
470
  if (ctx.activeImg != null) {
472
471
  removeActiveImage(ctx);
@@ -476,7 +476,6 @@ function handleGlobalKeyDown(ctx, cellInput, fxInput, e, cache, handleUndo, hand
476
476
  } else if (kstr === "Escape") {
477
477
  ctx.contextMenu = {};
478
478
  } else if (kstr === "Delete" || kstr === "Backspace") {
479
- console.log("Delete");
480
479
  if (!allowEdit) return [2];
481
480
  if (ctx.activeImg != null) {
482
481
  (0, _2.removeActiveImage)(ctx);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/fortune-core",
3
- "version": "1.2.90",
3
+ "version": "1.2.91",
4
4
  "main": "lib/index.js",
5
5
  "module": "es/index.js",
6
6
  "typings": "lib/index.d.ts",