Prevent stale cell update overwrites
This commit is contained in:
@@ -11,6 +11,8 @@ Inline cells are static text by default. A cell enters edit mode by:
|
||||
|
||||
`Enter` confirms changes. `Escape` cancels current edit draft. `Tab` and `Shift+Tab` confirm and move to next/previous editable cell.
|
||||
|
||||
Committed cell edits are persisted as partial database updates. Fields that were not part of the edit are not written back from an older read and therefore cannot overwrite a concurrent change to another field.
|
||||
|
||||
## `selectedCell` vs `editingCell`
|
||||
|
||||
- `selectedCell` tracks spreadsheet navigation focus.
|
||||
|
||||
Reference in New Issue
Block a user