adobe / da-live

Dark Alley is a research project
https://da.live
Apache License 2.0
7 stars 11 forks source link

Editing multi-sheets fails #182

Closed bosschaert closed 3 months ago

bosschaert commented 3 months ago

When editing a sheet that contains multiple sheets, the sheet doesn't open (I get a blank screen) and the following error appears in the console:

Uncaught (in promise) TypeError: Cannot convert undefined or null to object
    at Function.keys (<anonymous>)
    at getSheetData (index.js:34:25)
    at getData (index.js:55:18)
    at async init (index.js:84:24)
    at async setSheet (sheet.js:12:19)

Reproduce Scenario (including but not limited to)

Just create a spreadsheet that has more than one sheet inside it. Save it (by previewing). Then close is and reopen it.