From 73e795e29f32218e216ae012f8192d43e50d5afe Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Wed, 1 Oct 2025 01:03:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20Marked=20=E4=B8=8D=E8=A7=A3=E6=9E=90=20\?= =?UTF-8?q?n,=20=E6=89=8B=E5=8B=95=E8=A7=A3=E6=9E=90=E4=BB=A5=E4=BD=BF?= =?UTF-8?q?=E6=8F=9B=E8=A1=8C=E7=AC=A6=E6=AD=A3=E5=B8=B8=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/ui/chat/ChatFragment.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ui/chat/ChatFragment.tsx b/client/ui/chat/ChatFragment.tsx index b993e95..0ab20df 100644 --- a/client/ui/chat/ChatFragment.tsx +++ b/client/ui/chat/ChatFragment.tsx @@ -272,7 +272,7 @@ export default function ChatFragment({ target, showReturnButton, onReturnButtonC 'alt', 'href', ], - }) + }).replaceAll('\n', '
') const lastDate = date date = new Date(msg.time)