mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-01-02 22:32:27 +08:00
fix: fix the issue that the diagram flash during generation
This commit is contained in:
@@ -23,6 +23,7 @@ interface ChatPanelProps {
|
||||
export default function ChatPanel({
|
||||
onDisplayChart,
|
||||
onFetchChart,
|
||||
mergeXML,
|
||||
diagramHistory = [],
|
||||
onAddToHistory = () => {},
|
||||
}: ChatPanelProps) {
|
||||
|
||||
Reference in New Issue
Block a user