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

Check rangeCount before getRangeAt #528

Closed sanchit3008 closed 6 months ago

sanchit3008 commented 7 months ago

Closes #525

This was causing issues on Safari which handles getSelection differently. This PR ensures that the sheet wont break on such operations.