From 74672fafcbd3c171c149e31510757151690aa6f8 Mon Sep 17 00:00:00 2001 From: Daniel <57051444+daniel-lxs@users.noreply.github.com> Date: Thu, 31 Jul 2025 10:36:40 -0500 Subject: [PATCH] fix: restore message sending when clicking save button (#6487) --- webview-ui/src/components/chat/ChatView.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webview-ui/src/components/chat/ChatView.tsx b/webview-ui/src/components/chat/ChatView.tsx index bc9c36a6c2..1fe93eb470 100644 --- a/webview-ui/src/components/chat/ChatView.tsx +++ b/webview-ui/src/components/chat/ChatView.tsx @@ -1912,7 +1912,7 @@ const ChatViewComponent: React.ForwardRefRenderFunction handlePrimaryButtonClick()}> + onClick={() => handlePrimaryButtonClick(inputValue, selectedImages)}> {primaryButtonText} @@ -1934,7 +1934,7 @@ const ChatViewComponent: React.ForwardRefRenderFunction handleSecondaryButtonClick()}> + onClick={() => handleSecondaryButtonClick(inputValue, selectedImages)}> {isStreaming ? t("chat:cancel.title") : secondaryButtonText}