Add animation during email message opening (#3774)
* Add animation while message opening * Set isDisplayed as always true --------- Co-authored-by: Thomas Trompette <thomast@twenty.com>
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ export const EmailThreadMessage = ({
|
||||
</StyledThreadMessageHeader>
|
||||
<StyledThreadMessageBody>
|
||||
{isOpen ? (
|
||||
<EmailThreadMessageBody body={body} />
|
||||
<EmailThreadMessageBody body={body} isDisplayed />
|
||||
) : (
|
||||
<EmailThreadMessageBodyPreview body={body} />
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user