[Chat] Put pointer_events_none on chat bubbles in ChatListItem (#10752)

This commit is contained in:
Samuel Newman
2026-06-05 23:09:55 +03:00
committed by GitHub
parent 32c0c0ec83
commit 2e9bfd363c
@@ -475,6 +475,7 @@ function BaseChatItem({
a.z_10,
a.absolute,
{top: tokens.space.md, left: tokens.space.lg},
isGroupConvo && a.pointer_events_none,
]}>
{avatar}
</View>