mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-22 03:10:15 +01:00
📜 refactor: Optimize Longer Message Thread Performance (#3610)
This commit is contained in:
parent
cf69b7ef85
commit
02847af580
8 changed files with 59 additions and 280 deletions
|
|
@ -46,7 +46,7 @@ const SearchContent = ({ message }: { message: TMessage }) => {
|
|||
)}
|
||||
dir="auto"
|
||||
>
|
||||
<MarkdownLite content={message.text ?? ''} />
|
||||
<MarkdownLite content={message.text || ''} />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue