vis-network
vis-network copied to clipboard
Prevent network node from being selected/highlighted on `drag`
I am trying to highlight only nodes that were clicked. Dragging a node does not fire the on click event but do highlight the node, even after dragEnd. Is there a way to prevent from dragging to highlight the node but still have the drag functionality?