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({
|
export default function ChatPanel({
|
||||||
onDisplayChart,
|
onDisplayChart,
|
||||||
onFetchChart,
|
onFetchChart,
|
||||||
|
mergeXML,
|
||||||
diagramHistory = [],
|
diagramHistory = [],
|
||||||
onAddToHistory = () => {},
|
onAddToHistory = () => {},
|
||||||
}: ChatPanelProps) {
|
}: ChatPanelProps) {
|
||||||
|
|||||||
Reference in New Issue
Block a user