From 0963c36fe72900fbe04c6d242e022779e4a4a2b5 Mon Sep 17 00:00:00 2001 From: Gagancreates Date: Mon, 8 Jun 2026 01:04:52 +0530 Subject: [PATCH] fix: instant icon switch, remove search label transition --- .../src/components/chat-input-with-mentions.tsx | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/apps/x/apps/renderer/src/components/chat-input-with-mentions.tsx b/apps/x/apps/renderer/src/components/chat-input-with-mentions.tsx index 979df9b5..ec98aa88 100644 --- a/apps/x/apps/renderer/src/components/chat-input-with-mentions.tsx +++ b/apps/x/apps/renderer/src/components/chat-input-with-mentions.tsx @@ -945,14 +945,11 @@ function ChatInputInner({ )} > - - Search - + {searchEnabled && collapseLevel < 2 && ( + + Search + + )} )}