Переглянути джерело

fix: #182 prompt cannot be selected

Yifei Zhang 2 роки тому
батько
коміт
b3fdf3efec
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      app/components/home.tsx

+ 1 - 1
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}
           />