cytoscape.js How to remove the grey circle when panning
问题 i use cytoscape.js. to draw Node Graphs if i pan the Graph with Mouse, there is a grey circle on my mouse position. I have no Idea how to remove this. Can you help me please? Thank you :) 回答1: Only Overwrite the Core style for remove grey circle: .selector('core') // just core properties .css({ 'active-bg-size': 0 }) 回答2: What you are describing is the active state on the background, indicated by the semitransparent circle around the cursor (or your finger on touch). For reasons of