ruilisi / fortune-sheet

A drop-in javascript spreadsheet library that provides rich features like Excel and Google Sheets
https://ruilisi.github.io/fortune-sheet-docs/
MIT License
2.54k stars 227 forks source link

Adding cells to a formula shifts focus to beginning #595

Closed sanchit3008 closed 2 months ago

sanchit3008 commented 2 months ago

Describe the bug Adding cells to a formula shifts focus to beginning if you apply the formula using the tab from the autocomplete list.

To Reproduce Steps to reproduce the behavior:

  1. Start typing a formula
  2. Select a formula using arrow keys and tab
  3. Click a cell to select it
  4. See error

Expected behavior Cell name should get appended to the string instead of being added to the start.