Skip to content

Commit

Permalink
fix: 调整 Bubble 组件的 typing 属性配置
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Jan 12, 2025
1 parent 9de6d28 commit 26ecf2b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/bubble/demo/stream_markdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,10 @@ const App = () => {
return (
<div style={{ minHeight: 100, margin: 24 }}>
<Bubble
typing
typing={{
step: 10,
interval: 50,
}}
variant="outlined"
content={text}
messageRender={renderMarkdown}
Expand Down

0 comments on commit 26ecf2b

Please sign in to comment.