1
0
Fork 0
mirror of synced 2024-07-11 01:06:04 +12:00

Treat formula cell as readonly!

This commit is contained in:
Andrew Kingston 2023-05-10 16:02:00 +01:00
parent 72a64d2378
commit d146aae084

View file

@ -32,6 +32,7 @@
$: readonly =
column.schema.autocolumn ||
column.schema.disabled ||
column.schema.type === "formula" ||
(!$config.allowEditRows && row._id)
// Register this cell API if the row is focused