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

ReferenceError #373

Closed stevenbird closed 8 years ago

stevenbird commented 8 years ago

Georgia Gouros reports the following issue (I haven't tried to replicate it)

image 2

cyderize commented 8 years ago

Although #374 fixes this ReferenceError, I've noticed that when adding nodes in a loop like this, the very last node to be added ends up in the wrong position until the graph display is updated (e.g. with show or clicking a button). I'm not sure if this is because of something in Edgy or something in JSNetworkX. I'll look into it.

stevenbird commented 8 years ago

Well spotted – feel free to open a new issue for this.