mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-12 16:37:06 +02:00
fix: disable pointer events
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user