mirror of
https://github.com/langgenius/dify.git
synced 2026-04-24 04:45:51 +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.