react-diagrams
react-diagrams copied to clipboard
The react diagrams are not getting unselected when a node has a loose link.
Currently I am facing an issue with react-diagrams that whenever a node has a loose link the react diagrams are not getting unselected, and its causing a multiple select when clicking on other diagrams.
The issue is existing even when we are forcefully resetting the selected node. this.selectedNode = undefined;