Fix message truncated if contains colon
This commit is contained in:
parent
43b1110dfc
commit
e22db79398
@ -68,7 +68,7 @@ const MessageBody = observer((props: IProps) => {
|
|||||||
width: chat.chatPanelWidth - 20,
|
width: chat.chatPanelWidth - 20,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<pre className={classes.userContent}>{t(children)}</pre>
|
<pre className={classes.userContent}>{t(children, children)}</pre>
|
||||||
</Container>
|
</Container>
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user