From 11b8e7adf74534148d8d0d99cc6e0c09de2f8a91 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 14 Jan 2026 20:02:28 +0000 Subject: [PATCH] feat: disable pointer events on group message preview Add pointer-events-none to the message preview div in GroupListViewer to ensure clicks always pass through to the parent group item's onClick handler. This prevents issues where clicks on the preview text (UserName or RichText components) might not trigger group selection. --- src/components/GroupListViewer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/GroupListViewer.tsx b/src/components/GroupListViewer.tsx index 79b52df..249a194 100644 --- a/src/components/GroupListViewer.tsx +++ b/src/components/GroupListViewer.tsx @@ -94,7 +94,7 @@ const GroupListItem = memo(function GroupListItem({ {/* Last message preview - hide images and event embeds */} {lastMessageAuthor && lastMessageContent && ( -
+