From 09160fcc7d62309412326a763899a011964d1997 Mon Sep 17 00:00:00 2001 From: Lichene Date: Fri, 14 Nov 2025 13:33:39 +0100 Subject: [PATCH] notes links invisible fix --- public/js/arf.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/js/arf.js b/public/js/arf.js index 641deff..c2ef7b8 100644 --- a/public/js/arf.js +++ b/public/js/arf.js @@ -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()