From 3323c3f174ff94b922dd71e850ddfa5fa743a739 Mon Sep 17 00:00:00 2001 From: NaccOll Date: Tue, 29 Jul 2025 16:39:56 +0800 Subject: [PATCH] fix(chat): prevent clearing input state for resume task --- webview-ui/src/components/chat/ChatView.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/webview-ui/src/components/chat/ChatView.tsx b/webview-ui/src/components/chat/ChatView.tsx index c1ba4e65c98..ff3903e5625 100644 --- a/webview-ui/src/components/chat/ChatView.tsx +++ b/webview-ui/src/components/chat/ChatView.tsx @@ -734,9 +734,11 @@ const ChatViewComponent: React.ForwardRefRenderFunction