From b3fdf3efecadf015d04ab4fb8a2f60d58bd4d444 Mon Sep 17 00:00:00 2001 From: Yifei Zhang Date: Thu, 30 Mar 2023 17:08:50 +0000 Subject: [PATCH] fix: #182 prompt cannot be selected --- app/components/home.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/home.tsx b/app/components/home.tsx index ab9554e5..2f09aa27 100644 --- a/app/components/home.tsx +++ b/app/components/home.tsx @@ -489,7 +489,7 @@ export function Chat(props: { onFocus={() => setAutoScroll(true)} onBlur={() => { setAutoScroll(false); - setTimeout(() => setPromptHints([]), 100); + setTimeout(() => setPromptHints([]), 500); }} autoFocus={!props?.sideBarShowing} />