update: resizeTextarea

This commit is contained in:
leedom 2023-04-07 12:33:09 +08:00
parent 620b98fe6a
commit cb210d82e1
1 changed files with 1 additions and 3 deletions

View File

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