MCPcopy Create free account
hub / github.com/algorithmicsuperintelligence/openevolve / dragended

Function dragended

scripts/static/js/graph.js:474–478  ·  view source on GitHub ↗
(event, d)

Source from the content-addressed store, hash-verified

472 d.fy = event.y;
473}
474function dragended(event, d) {
475 if (!event.active && simulation) simulation.alphaTarget(0);
476 d.fx = null;
477 d.fy = null;
478}
479
480window.addEventListener('node-selected', function(e) {
481 // When node selection changes (e.g., from list view), update graph node selection

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected