I'm starting to work on integrating the draw.io editor into my project https://github.com/jgraph/drawio/tree/dev/src/main/webapp
my objective is to change the edge (arrow) color when is connected to a shape (both side)
so i cherched in https://github.com/jgraph/drawio/blob/dev/src/main/webapp/js/grapheditor/Graph.js for the method responsable for the connection using console.log without success
Any idea how to detect edges connection to anchor points of vertices?
i cherched for graph.connectCell but i didn't find it in the code
all i found is dropAndConnect used in itemClicked in
Sidbar.js https://github.com/jgraph/drawio/blob/dev/src/main/webapp/js/grapheditor/Sidebar.js#L3485
thanks