From 2702a4e4f58aac6563571f20fc9d2155beec78ff Mon Sep 17 00:00:00 2001 From: Roo Code Date: Mon, 11 Aug 2025 05:02:03 +0000 Subject: [PATCH] fix: reset isCondensing state when switching tasks Fixes #6919 - Context condensing indicator no longer persists when switching between tasks. The isCondensing state is now properly reset in the useEffect hook that handles task changes. --- webview-ui/src/components/chat/ChatView.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/webview-ui/src/components/chat/ChatView.tsx b/webview-ui/src/components/chat/ChatView.tsx index 9b8c96dea1..541c2e41f7 100644 --- a/webview-ui/src/components/chat/ChatView.tsx +++ b/webview-ui/src/components/chat/ChatView.tsx @@ -437,6 +437,7 @@ const ChatViewComponent: React.ForwardRefRenderFunction