From e028d68f57b80b712c71762735dc0f760e6eb5d9 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Wed, 9 Jul 2025 08:11:40 -0400 Subject: [PATCH] Always show the code indexing dot (#5505) --- .changeset/easy-zoos-hunt.md | 5 +++++ webview-ui/src/components/chat/ChatTextArea.tsx | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .changeset/easy-zoos-hunt.md diff --git a/.changeset/easy-zoos-hunt.md b/.changeset/easy-zoos-hunt.md new file mode 100644 index 0000000000..e56a9a31f0 --- /dev/null +++ b/.changeset/easy-zoos-hunt.md @@ -0,0 +1,5 @@ +--- +"roo-cline": patch +--- + +Always show the code indexing dot diff --git a/webview-ui/src/components/chat/ChatTextArea.tsx b/webview-ui/src/components/chat/ChatTextArea.tsx index a3e1cc790d..b522b43ecc 100644 --- a/webview-ui/src/components/chat/ChatTextArea.tsx +++ b/webview-ui/src/components/chat/ChatTextArea.tsx @@ -81,7 +81,6 @@ const ChatTextArea = forwardRef( togglePinnedApiConfig, taskHistory, clineMessages, - codebaseIndexConfig, } = useExtensionState() // Find the ID and display text for the currently selected API configuration @@ -1146,7 +1145,7 @@ const ChatTextArea = forwardRef(
- {codebaseIndexConfig?.codebaseIndexEnabled && } +