From 1fa91279e25df2e33cab5287ee659787dad67eed Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Sat, 4 Oct 2025 15:35:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=98=BB=E6=AD=A2=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E5=A4=B4=E5=83=8F=E7=82=B9=E5=87=BB=E4=BA=8B=E4=BB=B6=E4=BC=A0?= =?UTF-8?q?=E6=92=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/ui/chat/Message.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/client/ui/chat/Message.tsx b/client/ui/chat/Message.tsx index 207a421..ecc7cf5 100644 --- a/client/ui/chat/Message.tsx +++ b/client/ui/chat/Message.tsx @@ -89,7 +89,10 @@ export default function Message({ userId, rawData, renderHTML, message, openUser height: "43px", margin: "11px" }} - onClick={() => openUserInfoDialog(userId)} /> + onClick={(e) => { + e.stopPropagation() + openUserInfoDialog(userId) + }} /> { // 发送者昵称(右) !isAtRight &&