From f559a0f304f69b1f04613e646a4887bda170b1f9 Mon Sep 17 00:00:00 2001 From: aharwood9 <45667737+aharwood9@users.noreply.github.com> Date: Sun, 3 Sep 2023 16:26:25 +0100 Subject: [PATCH] fix: add pointerEvents to ReactionList (#2196) * fix: add pointerEvents to ReactionList * Update package/src/components/Message/MessageSimple/ReactionList.tsx Co-authored-by: Khushal Agarwal --------- Co-authored-by: Khushal Agarwal --- .../src/components/Message/MessageSimple/ReactionList.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package/src/components/Message/MessageSimple/ReactionList.tsx b/package/src/components/Message/MessageSimple/ReactionList.tsx index b160d6e4b7..272414c867 100644 --- a/package/src/components/Message/MessageSimple/ReactionList.tsx +++ b/package/src/components/Message/MessageSimple/ReactionList.tsx @@ -178,6 +178,7 @@ const ReactionListWithContext = < return ( {reactions.length ? ( - - + + @@ -213,7 +214,7 @@ const ReactionListWithContext = < reactionBubbleBackground, ]} /> - +