mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-18 16:38:10 +01:00
feat: complete bing styles (view)
This commit is contained in:
parent
b8720eec3d
commit
b07b74ba54
4 changed files with 102 additions and 82 deletions
|
|
@ -46,7 +46,7 @@ const inLineWrap = (parts) => {
|
|||
});
|
||||
};
|
||||
|
||||
export default function TextWrapper({ text, generateCursor }) {
|
||||
function TextWrapper({ text, generateCursor }) {
|
||||
let embedTest = false;
|
||||
let result = null;
|
||||
|
||||
|
|
@ -158,3 +158,5 @@ export default function TextWrapper({ text, generateCursor }) {
|
|||
</>
|
||||
);
|
||||
}
|
||||
|
||||
export default React.memo(TextWrapper);
|
||||
Loading…
Add table
Add a link
Reference in a new issue