Network: selectNode event not fired when calling .selectNodes()
Author: jwrCreated Dec 30, 2015Updated Jul 8, 2019
selectNode events do not seem to be fired if nodes are selected through the selectNodes method, rather than through manual clicking.
I would expect to get the same events, independent of whether selection was performed manually or programmatically through selectNodes, selectEdges, or unselectAll.
This matters in more complex apps that display node information in a sidebar and let the user navigate nodes through an interface.
Source: visjs/vis