Hello,
I’m experiencing an issue with undo/redo functionality in Handsontable when using it with formulas of HyperFormula, when i add a new row to make the formula in this new row as the others rows. The error occurs under specific circumstances :
- Add a new row
- Enter a value in this new row
- Perform undo ***3times ( with button or with Ctrl+Z)
- Perform redo Twice ( with button or with Ctrl+Y)
https://jsfiddle.net/monamrouche/u91q8yL4/1/
At this point, I receive the following error:
ERROR
There is no operation to redo at CrudOperations.redo (http://localhost:3000/static/js/bundle.js:19652:13) at HyperFormula.redo (http://localhost:3000/static/js/bundle.js:25235:26) at Core. (http://localhost:3000/static/js/bundle.js:169437:19) at fastCall (http://localhost:3000/static/js/bundle.js:145024:17) at Hooks.run (http://localhost:3000/static/js/bundle.js:149715:86) at Core.runHooks (http://localhost:3000/static/js/bundle.js:131201:85) at UndoRedo.redo (http://localhost:3000/static/js/bundle.js:185900:42) at callback (http://localhost:3000/static/js/bundle.js:186408:12) at http://localhost:3000/static/js/bundle.js:190131:32 at
HTMLHtmlElement.onkeydown (http://localhost:3000/static/js/bundle.js:190289:7)
so is there a trick to avoid this problem or another way to perform that , even refreshing the webpage when this error occurs , i tried that but i cannot catch this error to refresh the page !