mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-03 17:10:10 +08:00
Render whitespace in messages
This commit is contained in:
@@ -50,6 +50,7 @@ export function MessageTableEntry(props: MessageTableEntryProps) {
|
||||
bg={item.is_assistant ? backgroundColor : backgroundColor2}
|
||||
onClick={props.enabled && goToMessage}
|
||||
_hover={props.enabled && { cursor: "pointer", opacity: 0.9 }}
|
||||
whiteSpace="pre-wrap"
|
||||
>
|
||||
{inlineAvatar && avatar}
|
||||
{item.text}
|
||||
|
||||
Reference in New Issue
Block a user