dash14 / v-network-graph

An interactive network graph visualization component for Vue 3
https://dash14.github.io/v-network-graph/
MIT License
485 stars 44 forks source link

Node Unselect #79

Closed jjackevans closed 1 year ago

jjackevans commented 1 year ago

Hi - loving the library so far.

Just wondering how I could obtain the equivelant of a "node:unselect" event?

Have spent a few hours playing around with various events etc. and can't seem to find one that has the same behaviour as the when the node is unselected.

Thanks

jjackevans commented 1 year ago

~ Figured it out. Listening to see when "node:select" returns an empty array. Feel free to delete :)