mirror of
https://github.com/langgenius/dify.git
synced 2026-03-19 21:57:33 +08:00
Replaces window.open with the downloadUrl helper from utils/download.ts to trigger proper browser download behavior via <a download> instead of opening a new tab that may display garbled content.