Posted 23 November 2019, 7:07 am EST
Good morning/evening
I’m currently working on a custom functionality which needs to be triggered every time the user edit the cells (value/formulas), therefore I’m using events from SpreadJS documentation (EditChange, EditEnded) in order to track and store what the user does.
Unfortunately, I don’t have any feedback once the user insert a value to a cell and press CTRL/CMD + Z to undo the action.
The API for row/column change has an isUndo flag but that’s not useful for my case.
Please do let me know if you have any suggestion
