Dragging a network node in vis.js library highlights/selects that node, and when drag ends the node still appears has highlighted/selected. I would like to prevent that behavior so nodes are selected only on click and not on drag, or even better on drag end to clear that highlighting. I believe it is possible through dragEnd network event but I played with it a bit with no success. Any hints?
Example for the behavior: https://visjs.github.io/vis-network/examples/network/basic_usage/legacy.html