From 5bf618ff016d66fdcf095a688fd35f2e8b74f6e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20G=C3=B3mez?= Date: Fri, 16 Jan 2026 15:24:16 +0100 Subject: [PATCH] fix: disable pointer events --- src/components/InboxViewer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/InboxViewer.tsx b/src/components/InboxViewer.tsx index 6a3f64f..c5a27c3 100644 --- a/src/components/InboxViewer.tsx +++ b/src/components/InboxViewer.tsx @@ -427,7 +427,7 @@ function CompactConversationRow({ )} {/* Text preview (flexible width, truncate) - flows right after name */} - +