2graphic / sinap-ide

Sinap IDE development project.
7 stars 1 forks source link

this is undefined in new DrawableEdge... causes weird behavior. #325

Closed danielscottjames closed 7 years ago

danielscottjames commented 7 years ago

The most noticeable side effect of this is that when you delete one of a double edge then the other edge stays curved. However, there's potentially deeper problems with this. I'm not sure when this bug was introduced.

(This definitely needs to be fixed before 1.0)

danielscottjames commented 7 years ago

screen shot 2017-04-22 at 11 18 42 am

cj-dimaano commented 7 years ago

@RighteousRaichu Let me know if cf9eb9a at least fixes the curved edge issue.

danielscottjames commented 7 years ago

Yeah it does. this being undefined may just be a bug in chrome's debugger?

cj-dimaano commented 7 years ago

I'm going to make the assumption that it is, since the constructor was working just fine.