Add button to test chat msgs being added

This commit is contained in:
Gabe Kangas 2022-05-01 22:51:57 -07:00
parent 6314ed8667
commit b590e4f765
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
2 changed files with 18 additions and 4 deletions

View File

@ -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