From 3ebe311f8b6b405c0fe6b030d46c11ff8edc00a1 Mon Sep 17 00:00:00 2001 From: Douwe Osinga Date: Wed, 8 Oct 2025 15:13:16 -0400 Subject: [PATCH] remove now duped --- ui/desktop/src/components/BaseChat2.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ui/desktop/src/components/BaseChat2.tsx b/ui/desktop/src/components/BaseChat2.tsx index 9acb4467c7..be51b70ddb 100644 --- a/ui/desktop/src/components/BaseChat2.tsx +++ b/ui/desktop/src/components/BaseChat2.tsx @@ -126,13 +126,6 @@ function BaseChatContent({ } }, [messages.length]); - // Handle submit - // const handleSubmit = (e: React.FormEvent) => { - // const customEvent = e as unknown as CustomEvent; - // const combinedTextFromInput = customEvent.detail?.value || ''; - // engineHandleSubmit(combinedTextFromInput); - // }; - //const toolCount = useToolCount(chat.sessionId); // Wrapper for append that tracks recipe usage