@fileverse-dev/fortune-core 1.0.52 → 1.0.53

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.
@@ -1552,6 +1552,8 @@ function deleteSelectedCellText(ctx) {
1552
1552
  }
1553
1553
  if (cell.ct != null && (cell.ct.t === "inlineStr" || ((_a = cell.ct.fa) === null || _a === void 0 ? void 0 : _a.includes("BTC")) || ((_b = cell.ct.fa) === null || _b === void 0 ? void 0 : _b.includes("ETH")) || ((_c = cell.ct.fa) === null || _c === void 0 ? void 0 : _c.includes("SOL")))) {
1554
1554
  delete cell.ct;
1555
+ cell === null || cell === void 0 ? true : delete cell.baseValue;
1556
+ cell === null || cell === void 0 ? true : delete cell.baseCurrency;
1555
1557
  }
1556
1558
  } else {
1557
1559
  d[r][c] = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/fortune-core",
3
- "version": "1.0.52",
3
+ "version": "1.0.53",
4
4
  "main": "lib/index.js",
5
5
  "module": "es/index.js",
6
6
  "typings": "lib/index.d.ts",