notes links invisible fix
All checks were successful
Updates the graph by copying the updated files in the right directory / build-and-deploy (push) Successful in 4s

This commit is contained in:
Lichene 2025-11-14 13:33:39 +01:00
parent 0b02fa6add
commit 09160fcc7d

View file

@ -145,8 +145,8 @@ function update(source) {
return d._children ? "lightsteelblue" : "#fff";
});
nodeUpdate.select("text").style("fill-opacity", 1);
//nodeUpdate.select("text").style("fill-opacity", 1);
nodeUpdate.selectAll("text").style("fill-opacity", 1);
// Transition exiting nodes to the parent's new position.
var nodeExit = node
.exit()