From 22f5273775bc0593be2266b11d5ebb4180dae760 Mon Sep 17 00:00:00 2001 From: Lichene Date: Fri, 14 Nov 2025 13:39:48 +0100 Subject: [PATCH] notes links invisible fix --- public/js/arf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/arf.js b/public/js/arf.js index 87e0c37..57d331d 100644 --- a/public/js/arf.js +++ b/public/js/arf.js @@ -145,7 +145,7 @@ 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