Browse Source

Add button to test chat msgs being added

pull/1893/head
Gabe Kangas 3 years ago
parent
commit
b590e4f765
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
  1. 2
      web/components/chat/ChatContainer.tsx
  2. 20
      web/stories/ChatContainer.stories.tsx

2
web/components/chat/ChatContainer.tsx

@ -28,7 +28,7 @@ export default function ChatContainer(props: Props) { @@ -28,7 +28,7 @@ export default function ChatContainer(props: Props) {
itemContent={(index, message) => (
<ChatUserMessage message={message} showModeratorMenu={false} />
)}
followOutput="auto"
followOutput="smooth"
/>
</div>
);

20
web/stories/ChatContainer.stories.tsx

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save