makyo / polycul.es

Graphing polyamorous relationships with force directed layouts.
MIT License
99 stars 25 forks source link

Selecting a node should actually change the values in the edit pane #22

Closed rreed closed 7 years ago

rreed commented 7 years ago

On the live site right now, the "edit node" pane just reflects the last value set, not the values of the selected node. This PR fixes that by just not bothering to use d3 to set attributes. :P

(My understanding is that "don't use d3 to set attributes" is the preferred way to do things anyway.)