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

Problem saving blocks #396

Closed stevenbird closed 8 years ago

stevenbird commented 8 years ago

Georgia Gouros reports the error: Save failed: TypeError: Cannot read property 'element' of null

image

cyderize commented 8 years ago

I think this is due to an issue with priority queue serialization.

I'll submit a PR fixing it in a little bit.

EDIT: I believe #397 should fix this issue.

stevenbird commented 8 years ago

Thanks for the quick fix @cyderize