From 6e490e91f12c9ef46b320291e7b236a9f5452dd5 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Wed, 9 Jul 2025 08:09:54 -0400 Subject: [PATCH] Always show the code indexing dot --- .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 && } +