When using cytoscape.js, I have a network where selecting a node should change the color of the inner circle from green to black. In Mozilla Browser, this works fine:
However, when attempting the same network in Google Chrome, the selection doesn't work as expected - it seems like I'm moving the node instead of clicking on it:
Could there be a compatibility issue between Chrome and cytoscape.js? Does anyone have insight into why the selection functionality might not be working properly?
Appreciate any assistance!