mirror of
https://github.com/langgenius/dify.git
synced 2026-03-23 15:27:53 +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.