From 42ee08445b56f9da70b0c622fa1927961fdd719a Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Thu, 28 Nov 2024 09:24:16 +0100 Subject: [PATCH] =?UTF-8?q?=20=F0=9F=92=84=20Make=20sets=20section=20not?= =?UTF-8?q?=20collapsable=20anymore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/app/main/ui/workspace/tokens/sidebar.cljs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/frontend/src/app/main/ui/workspace/tokens/sidebar.cljs b/frontend/src/app/main/ui/workspace/tokens/sidebar.cljs index 4818ff8792..be90c259f0 100644 --- a/frontend/src/app/main/ui/workspace/tokens/sidebar.cljs +++ b/frontend/src/app/main/ui/workspace/tokens/sidebar.cljs @@ -245,11 +245,7 @@ [:div {:class (stl/css :sets-sidebar)} [:& themes-header] [:div {:class (stl/css :sidebar-header)} - [:& title-bar {:collapsable true - :collapsed (not @open?) - :all-clickable true - :title (tr "labels.sets") - :on-collapsed #(swap! open? not)} + [:& title-bar {:title (tr "labels.sets")} [:& add-set-button {:on-open on-open :style "header"}]]] [:& theme-sets-list {:on-open on-open}]]]]))