mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 19:24:00 +01:00
parent
143762fbee
commit
eeccf01ec2
|
@ -159,6 +159,9 @@ const ContentView = ({
|
|||
</div>
|
||||
);
|
||||
},
|
||||
p({ className, children, ...props }) {
|
||||
return <p className='whitespace-pre-wrap'>{children}</p>;
|
||||
},
|
||||
}}
|
||||
>
|
||||
{content}
|
||||
|
|
Loading…
Reference in a new issue