fix: disable pointer events

This commit is contained in:
Alejandro Gómez
2026-01-16 15:24:16 +01:00
parent 9776c71a99
commit 5bf618ff01

View File

@@ -427,7 +427,7 @@ function CompactConversationRow({
)}
{/* Text preview (flexible width, truncate) - flows right after name */}
<span className="flex-1 min-w-0 truncate line-clamp-1 text-muted-foreground [&_img]:size-3.5 [&_img]:align-text-bottom">
<span className="flex-1 min-w-0 truncate line-clamp-1 text-muted-foreground [&_img]:size-3.5 [&_img]:align-text-bottom pointer-events-none">
<RichText
event={conversation.lastMessage as NostrEvent}
className="inline"