bkestelman / graph-theory

Draw graphs n stuff
1 stars 0 forks source link

Interacting Before Socket Connects #19

Open bkestelman opened 5 years ago

bkestelman commented 5 years ago

Through Cypress, found that opening page and clicking the canvas (at least programatically) before the socket connects and graph is loaded from the server messes up the graph state (i.e. adds extra vertex).

bkestelman commented 5 years ago

TODO: Test if we can reproduce manually, by not connecting to socket immediately, clicking canvas, then connecting