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 } }