mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-09-01 17:10:24 +08:00
DrawIO iframe export was unreliable on Vercel due to network latency, causing edit_diagram tool to hang. Now uses chartXML from context directly, falling back to export only when no cached XML exists.