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.)
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.)