Search code examples
cytoscape.js

Grab node without select (Cytoscape.js)


When I move a node with the mouse, it automatically becomes selected. I want the node to become selected only when I tap on it. How can i do this?


Solution

  • You can try playing with autounselectify You can set it to false and when tap happens, you can set it to true or etc.