Posted 16 May 2022, 8:40 am EST
See this codesandbox for reproduction:
https://codesandbox.io/s/spreadjs-sheet-referencing-bug-v06sqx?file=/src/App.js
Steps to reproduce:
- Make sure you have at least 2 sheets
- Add some values to both sheets to reference them in a formula
- Start creating a formula in one sheet (```
=SUM(
4. Take one value from the current sheet and one from another; don’t close the formula yet
5. Go back to the original sheet (the one you’re editing the formula in) and [b]observe the active cell is empty, and does not have the blue outline[/b].
The value in the address bar is visible however. The formula can still be closed by hitting enter.
