Explorar o código

update: resizeTextarea

leedom %!s(int64=2) %!d(string=hai) anos
pai
achega
cb210d82e1
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      app/components/chat.tsx

+ 1 - 3
app/components/chat.tsx

@@ -392,9 +392,7 @@ export function Chat(props: {
     const dom = inputRef.current;
     if (!dom) return;
     const { minRows, maxRows } = props.autoSize;
-    setTimeout(() => {
-      setTextareaStyle(calcTextareaHeight(dom, minRows, maxRows));
-    }, 50);
+    setTextareaStyle(calcTextareaHeight(dom, minRows, maxRows));
   };
 
   // only search prompts when user input is short