From 211d58916055e92dca54c7f31c618a2d7309b1d3 Mon Sep 17 00:00:00 2001 From: xintaofei Date: Thu, 23 Apr 2026 23:38:40 +0800 Subject: [PATCH] fix(conversation-context-bar): hide selectors divider when no attachments are present --- src/components/chat/conversation-context-bar.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/chat/conversation-context-bar.tsx b/src/components/chat/conversation-context-bar.tsx index fbc3845..6576ba7 100644 --- a/src/components/chat/conversation-context-bar.tsx +++ b/src/components/chat/conversation-context-bar.tsx @@ -112,7 +112,12 @@ export const ConversationContextBar = memo(function ConversationContextBar({ )} > {hasSelectors && ownTab && ownFolder && ( -
+