circuitpython / web-editor

Online web editor for CircuitPython
https://code.circuitpython.org
MIT License
29 stars 13 forks source link

Fix JSZip import, so files can download #166

Closed makermelissa closed 3 months ago

makermelissa commented 3 months ago

This fixes the Uncaught TypeError: JSZip is not a constructor error that was happening when attempting to download a file. I'm not sure when this started happening, but changing the import fixed the issue.

makermelissa commented 3 months ago

Merged in immediately because change is small and it unblocks me.