@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.
- package/es/locale/en.d.ts +1 -0
- package/es/locale/en.js +107 -531
- package/es/modules/selection.js +2 -0
- package/lib/locale/en.d.ts +1 -0
- package/lib/locale/en.js +107 -531
- package/lib/modules/selection.js +2 -0
- package/package.json +1 -1
package/es/modules/selection.js
CHANGED
|
@@ -1523,6 +1523,8 @@ export function deleteSelectedCellText(ctx) {
|
|
|
1523
1523
|
}
|
|
1524
1524
|
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")))) {
|
|
1525
1525
|
delete cell.ct;
|
|
1526
|
+
cell === null || cell === void 0 ? true : delete cell.baseValue;
|
|
1527
|
+
cell === null || cell === void 0 ? true : delete cell.baseCurrency;
|
|
1526
1528
|
}
|
|
1527
1529
|
} else {
|
|
1528
1530
|
d[r][c] = null;
|