mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-26 21:28:50 +01:00
chore: switch focus to textarea when custom model change (still need to figure out reg model change)
This commit is contained in:
parent
ff45511011
commit
d052d221dc
3 changed files with 7 additions and 10 deletions
|
|
@ -154,7 +154,7 @@ export default function TextWrapper({ text, generateCursor }) {
|
|||
return (
|
||||
<>
|
||||
{result}
|
||||
{(<>{generateCursor()}</>)}
|
||||
{generateCursor()}
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue