snapapps / edgy

a visual programming language inspired by Scratch
http://snapapps.github.io/
GNU Affero General Public License v3.0
51 stars 21 forks source link

Change window.open to saveAs #447

Closed cyderize closed 5 years ago

cyderize commented 5 years ago

Fixes an issue where exported block sequences only opened a blank page.

Closes #446.

window.open no longer works correctly for XML data URLs. Instead, saveAs from fileSaver is used (consistent with the rest of Snap!).