Add button to test chat msgs being added
This commit is contained in:
@@ -28,7 +28,7 @@ export default function ChatContainer(props: Props) {
|
||||
itemContent={(index, message) => (
|
||||
<ChatUserMessage message={message} showModeratorMenu={false} />
|
||||
)}
|
||||
followOutput="auto"
|
||||
followOutput="smooth"
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user