react-spreadsheet
react-spreadsheet copied to clipboard
onCellCommit() submit wrong cell (coords are not updated)
version: the latest
Scernario:
- Choose a cell (c1) and type a value, then press tab for another one
- type another value (c2), then press enter
- select c1, then press delete
- check the log, found the c2's coord is submitted
could you have a look?