From c083d25ef3320b2a03b7b07fda83b044b196019c Mon Sep 17 00:00:00 2001 From: Anchel135 Date: Wed, 18 Sep 2024 14:47:07 +0300 Subject: [PATCH] always display the handel and change the default size of the panels to add to 100 --- app/graph/GraphView.tsx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/app/graph/GraphView.tsx b/app/graph/GraphView.tsx index c21d1bb..403a5b3 100644 --- a/app/graph/GraphView.tsx +++ b/app/graph/GraphView.tsx @@ -447,7 +447,7 @@ const GraphView = forwardRef(({ graph, runQuery, historyQuery, fetchCount }: { { !maximize && @@ -567,20 +567,17 @@ const GraphView = forwardRef(({ graph, runQuery, historyQuery, fetchCount }: { (graph.Categories.length > 0 || graph.Labels.length > 0) && <> - + } - { - !isCollapsed && - - } + setIsCollapsed(true)}