From 0ba3592679c18f9ca6d263cfbfff3b060b4e7be3 Mon Sep 17 00:00:00 2001 From: Marko Djordjevic Date: Tue, 17 Feb 2026 19:42:21 +0100 Subject: [PATCH] fix: make Line tool button static next to Rect and Span --- src/components/Toolbox.tsx | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/src/components/Toolbox.tsx b/src/components/Toolbox.tsx index afaaa39..6f7ac75 100644 --- a/src/components/Toolbox.tsx +++ b/src/components/Toolbox.tsx @@ -183,21 +183,16 @@ export default function Toolbox({ > Span - {annotationTypes - .filter((t) => t.category === 'line') - .map((type) => ( - - ))} +