fix: fix the issue that the diagram flash during generation

This commit is contained in:
dayuan.jiang
2025-03-25 08:56:11 +00:00
parent 21537f6e7b
commit 8882aa9ee1

View File

@@ -23,6 +23,7 @@ interface ChatPanelProps {
export default function ChatPanel({ export default function ChatPanel({
onDisplayChart, onDisplayChart,
onFetchChart, onFetchChart,
mergeXML,
diagramHistory = [], diagramHistory = [],
onAddToHistory = () => {}, onAddToHistory = () => {},
}: ChatPanelProps) { }: ChatPanelProps) {