Closed sgrubsmyon closed 3 years ago
Added an argument on to sg_neighbours and sg_neighbours_p to change the bind event that triggers the neighbor highlighting from 'clickNode' to 'overNode'.
on
sg_neighbours
sg_neighbours_p
With a simple change from proxy$message to message, issue #12 gets fixed.
proxy$message
message
Aaaah, really nicely done!
Added an argument
on
tosg_neighbours
andsg_neighbours_p
to change the bind event that triggers the neighbor highlighting from 'clickNode' to 'overNode'.With a simple change from
proxy$message
tomessage
, issue #12 gets fixed.