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

单元格处于编辑状态时,右键菜单插入行列代码报错,页面白屏 #580

Closed huihuzhao closed 3 months ago

huihuzhao commented 3 months ago

75bbc2f9a7ef2c18a304e314f4e20ac

3d3603375db6e2b9b690fdb10a73724

sanchit3008 commented 3 months ago

Hi, can you please post this in English? I don't know Chinese. I will have a look.

huihuzhao commented 3 months ago

Hi, can you please post this in English? I don't know Chinese. I will have a look.

When the cell is in the editing state, use the right-click menu to insert a row or column, the code reports an error, and the page is white. Thank you.

huihuzhao commented 3 months ago

Hi, can you please post this in English? I don't know Chinese. I will have a look.

9b122b55780d16200f0ee1d5b1fbb8f

sanchit3008 commented 3 months ago

Thanks, I will have a look this week

sanchit3008 commented 3 months ago

I had a look at this. Usually softwares like google sheets don't even allow such actions when the cell is being edits, but that its a very big change to do for us. I will add a few checks so it does not break when somebody inserts row/col while editing, but that is unexpected behaviour tbh.