react-spreadsheet icon indicating copy to clipboard operation
react-spreadsheet copied to clipboard

onCellCommit() submit wrong cell (coords are not updated)

Open weizhengz-bgl opened this issue 8 months ago • 0 comments

version: the latest

Scernario:

  1. Choose a cell (c1) and type a value, then press tab for another one
  2. type another value (c2), then press enter
  3. select c1, then press delete
  4. check the log, found the c2's coord is submitted

could you have a look?

weizhengz-bgl avatar Jun 07 '25 09:06 weizhengz-bgl