react-cytoscapejs icon indicating copy to clipboard operation
react-cytoscapejs copied to clipboard

Support selectionType prop

Open zirkelc opened this issue 4 years ago • 1 comments

The prop selectionType(https://js.cytoscape.org/#cy.selectionType) is not available on the CytoscapeComponent component yet. Is there a plan to support this?

zirkelc avatar Sep 01 '21 14:09 zirkelc

You can set it in useEffect with cyRef.current.selectionType("additive");

brogr avatar Mar 23 '23 12:03 brogr