MCPcopy Create free account
hub / github.com/ResearAI/AutoFigure / handleExportWithoutHistory

Function handleExportWithoutHistory

frontend/contexts/diagram-context.tsx:76–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74 }
75
76 const handleExportWithoutHistory = () => {
77 if (drawioRef.current) {
78 // Export without saving to history (for edit_diagram fetching current state)
79 drawioRef.current.exportDiagram({
80 format: "xmlsvg",
81 })
82 }
83 }
84
85 const loadDiagram = (
86 chart: string,

Callers 1

onFetchChartFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected