From 8fb7e7898944f3c8cca5dd52c284edbb5abeecd9 Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Thu, 15 Feb 2024 19:57:21 -0300 Subject: [PATCH] add repeat to onClick chatMessage --- src/frontend/src/components/newChatView/chatInput/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/components/newChatView/chatInput/index.tsx b/src/frontend/src/components/newChatView/chatInput/index.tsx index 9f19704a5..943c127ba 100644 --- a/src/frontend/src/components/newChatView/chatInput/index.tsx +++ b/src/frontend/src/components/newChatView/chatInput/index.tsx @@ -90,7 +90,7 @@ export default function ChatInput({ : "bg-chat-send text-background" )} disabled={lockChat} - onClick={(): void => sendMessage()} + onClick={(): void => sendMessage(repeat)} > {lockChat ? (