mirror of
https://github.com/ruilisi/fortune-sheet.git
synced 2025-01-08 11:47:38 +08:00
Migrated to Storybook 7.3.2
This commit is contained in:
parent
ebe76eec3d
commit
b775c6dd4b
@ -143,10 +143,6 @@ export function setCellValue(
|
||||
|
||||
let vupdate;
|
||||
|
||||
if (!_.isNil(v.v) && _.includes(v.ct?.fa, "0.0")) {
|
||||
v.v = _.replace(v.v.toString(), ",", ".");
|
||||
}
|
||||
|
||||
if (_.isPlainObject(v)) {
|
||||
if (_.isNil(cell)) {
|
||||
cell = v;
|
||||
|
Loading…
Reference in New Issue
Block a user