The internal GRAPH_ACTIONS.SELECT_EDGE handler (line 669) destructures only { edge } and creates SelectedItem without edgeId. This means graph.selectedItem.edgeId is undefined after clicking an edge in non-passive mode. Should destructure { edge, edgeId } and pass it through to SelectedItem.
The internal GRAPH_ACTIONS.SELECT_EDGE handler (line 669) destructures only { edge } and creates SelectedItem without edgeId. This means graph.selectedItem.edgeId is undefined after clicking an edge in non-passive mode. Should destructure { edge, edgeId } and pass it through to SelectedItem.