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

Function dragged

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

Source from the content-addressed store, hash-verified

468 d.fy = d.y;
469}
470function dragged(event, d) {
471 d.fx = event.x;
472 d.fy = event.y;
473}
474function dragended(event, d) {
475 if (!event.active && simulation) simulation.alphaTarget(0);
476 d.fx = null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected