From a226fab40059f97db33fa7150b9563815e45b116 Mon Sep 17 00:00:00 2001 From: m0veax Date: Thu, 25 Jan 2024 21:32:57 +0100 Subject: [PATCH 1/8] prototyping collapsable nodes --- app/DTNode.tsx | 2 +- app/lib.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/DTNode.tsx b/app/DTNode.tsx index 5cdf221..db74601 100644 --- a/app/DTNode.tsx +++ b/app/DTNode.tsx @@ -38,7 +38,7 @@ const DTNode = ({ onMouseEnter={hoverOn} onMouseLeave={hoverOff} > - {data?.label} + {data?.label} - [-]