uber / react-digraph

A library for creating directed graph editors
MIT License
2.62k stars 269 forks source link

Add flag to allow edges to be copied without any nodes selected #342

Closed jasonli468 closed 2 years ago

jasonli468 commented 2 years ago

Adding a new allowCopyEdges flag that bypasses the requirement that a node is selected in order for a copy event to be passed to onCopySelected if at least one edge is selected.

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.