From 660facea964e137efd7eaa18f88736fa4600de36 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 29 Mar 2026 19:52:44 +0300 Subject: [PATCH] fix(llm): hide sidebar item if already in a chat --- apps/client/src/widgets/sidebar/RightPanelContainer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/widgets/sidebar/RightPanelContainer.tsx b/apps/client/src/widgets/sidebar/RightPanelContainer.tsx index 5adf7a495e..88bd3d9288 100644 --- a/apps/client/src/widgets/sidebar/RightPanelContainer.tsx +++ b/apps/client/src/widgets/sidebar/RightPanelContainer.tsx @@ -94,7 +94,7 @@ function useItems(rightPaneVisible: boolean, widgetsByParent: WidgetsByParent) { }, { el: , - enabled: true, + enabled: noteType !== "llmChat", position: 1000 }, ...widgetsByParent.getLegacyWidgets("right-pane").map((widget) => ({