{
+ overlayRef.current = ref;
+ }}
+ role="presentation"
+ className="module-contact-modal__overlay"
+ onClick={onClickOverlay}
+ >
+
+
+
,
+ root
+ )
+ : null;
+};
diff --git a/ts/components/conversation/Message.stories.tsx b/ts/components/conversation/Message.stories.tsx
index ec2b41824..8fb303fc7 100644
--- a/ts/components/conversation/Message.stories.tsx
+++ b/ts/components/conversation/Message.stories.tsx
@@ -43,6 +43,7 @@ const renderEmojiPicker: Props['renderEmojiPicker'] = ({
const createProps = (overrideProps: Partial