From 5c90b648167f465c0d98b5ac7c1812979ec1779e Mon Sep 17 00:00:00 2001 From: Harish Mohan Raj Date: Fri, 17 Nov 2023 20:48:14 +0530 Subject: [PATCH] Hotfix --- src/client/components/ConversationWrapper.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/client/components/ConversationWrapper.tsx b/src/client/components/ConversationWrapper.tsx index 65226d5..a1d7b2a 100644 --- a/src/client/components/ConversationWrapper.tsx +++ b/src/client/components/ConversationWrapper.tsx @@ -35,9 +35,7 @@ export async function triggerSubmit( setTimeout(() => { formInputRef.current.value = decodeURIComponent(loginMsgQuery); submitBtnRef.current.click(); - }, 500); - - // set it in + }, 1500); // todo: remove timeout and implement a proper fix } }