Skip to content

Commit 608849b

Browse files
committed
fix: 移除 RenderMarkdown 组件中的调试日志
1 parent 26ecf2b commit 608849b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/bubble/demo/stream_markdown.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ Class A {
264264

265265
const RenderMarkdown = ({ content }: { content: string }) => {
266266
const instance = useRef<MarkdownEditorInstance | undefined>(undefined);
267-
console.log(content);
268267
useEffect(() => {
269268
instance.current?.store.updateNodeList(parserMdToSchema(content).schema);
270269
}, [content]);

0 commit comments

Comments
 (0)